fixes https://github.com/roots/roots/issues/1275 ref https://github.com/jshint/jshint/pull/1554
16 lines
236 B
Plaintext
16 lines
236 B
Plaintext
{
|
|
"bitwise": true,
|
|
"browser": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"eqnull": true,
|
|
"esnext": true,
|
|
"immed": true,
|
|
"jquery": true,
|
|
"latedef": true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"node": true,
|
|
"strict": false
|
|
}
|