mirror of
https://github.com/rowtype-yoga/purescript-unique.git
synced 2024-12-03 06:55:52 +03:00
20 lines
332 B
Plaintext
20 lines
332 B
Plaintext
{
|
|
"bitwise": true,
|
|
"eqeqeq": true,
|
|
"forin": true,
|
|
"freeze": true,
|
|
"funcscope": true,
|
|
"futurehostile": true,
|
|
"globalstrict": true,
|
|
"latedef": true,
|
|
"maxparams": 1,
|
|
"noarg": true,
|
|
"nocomma": true,
|
|
"nonew": true,
|
|
"notypeof": true,
|
|
"singleGroups": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"eqnull": true
|
|
}
|