loopback-connector-remote/.jshintrc

23 lines
429 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": "single",
"regexp": true,
"undef": true,
"unused": false,
"trailing": true,
"sub": true,
"maxlen": 80,
"predef": [ "describe", "beforeEach", "afterEach", "before", "after", "it" ]
}