UNPKG

lesslint

Version:
32 lines (31 loc) 584 B
{ "esnext": true, "camelcase": true, "devel": true, "expr": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": "nofunc", "newcap": true, "noarg": true, "nonew": true, "quotmark": "single", "sub": true, "undef": true, "unused": true, "strict": false, "globalstrict": true, "trailing": true, "browser": true, "maxparams": 5, "maxdepth": 5, "maxstatements": 25, "maxcomplexity": 10, "laxbreak": true, "node": true, "predef": [ "System" ] }