Opal-Estate-Pro/node_modules/easy-extender/.jshintrc
2019-09-13 09:44:33 +07:00

20 lines
342 B
Plaintext

{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": "nofunc",
"newcap": true,
"noarg": true,
"plusplus": true,
"sub": true,
"undef": true,
"quotmark": "double",
"unused": true,
"boss": true,
"indent": 4,
"eqnull": true,
"node": true,
"strict": false,
"mocha": true
}