2016-08-12 13:40:39 +02:00

22 lines
348 B
Plaintext

{
"node": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"eqeqeq": true,
"eqnull": true,
"immed": true,
"indent": 2,
"latedef": "nofunc",
"newcap": true,
"nonew": true,
"noarg": true,
"quotmark": true,
"regexp": true,
"undef": true,
"unused": false,
"trailing": true,
"sub": true,
"maxlen": false
}