15 "querystring": "readonly",
16 "require": "readonly",
17 "updateLinks": "readonly"
20 "dot-notation": "error",
21 "eqeqeq": ["error", "smart"],
22 "keyword-spacing": "error",
24 "no-div-regex": "error",
25 "no-extend-native": "error",
26 "no-extra-bind": "error",
27 "no-floating-decimal": "error",
28 "no-implied-eval": "error",
29 "no-iterator": "error",
31 "no-label-var": "error",
32 "no-lone-blocks": "error",
33 "no-loop-func": "error",
34 "no-multi-str": "error",
36 "no-new-func": "error",
37 "no-new-wrappers": "error",
38 "no-octal-escape": "error",
39 "no-process-env": "error",
41 "no-script-url": "error",
42 "no-self-compare": "error",
43 "no-sequences": "error",
44 "no-shadow-restricted-names": "error",
45 "no-throw-literal": "error",
46 "no-trailing-spaces": "error",
47 "no-unneeded-ternary": "error",
48 "no-unused-expressions": "off",
49 "no-unused-vars": "error",
50 "no-use-before-define": ["error", {"functions": false}],
52 "no-warning-comments": "warn",
54 "radix": ["error", "always"],
55 "semi": ["error", "always"],
56 "semi-spacing": "error",
57 "space-unary-ops": "error",