wrap in an anonymous function to limit globals in the namespace module.exports to make node work
16 lines
227 B
Plaintext
16 lines
227 B
Plaintext
{
|
|
"boss": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"eqnull": true,
|
|
"immed": true,
|
|
"latedef": true,
|
|
"mocha" : true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"node": true,
|
|
"sub": true,
|
|
"undef": true,
|
|
"esnext": true
|
|
}
|