{ "parserOptions": { "ecmaVersion": 8, "sourceType": "module", "ecmaFeatures": { "jsx": true, "regexYFlag": true, "regexUFlag": true, "experimentalObjectRestSpread": true } }, "globals": { "ajx": true, "natives": true, "_GETSTYLE": true, "isWeb": true, "print": true, "module": true, "exports": true, "require": true, "global": true }, "rules": { "no-dupe-args": 2, "no-dupe-keys": 2, "no-duplicate-case": 2, "no-empty-character-class": 2, "no-irregular-whitespace": [ 2, { "skipStrings": true, "skipComments": true, "skipTemplates": true } ], "no-caller": 2, "no-implied-eval": 2, "no-with": 2, "no-undef": 2, "no-shadow-restricted-names": 2, "no-func-assign": 2, "no-invalid-regexp": 2, "no-obj-calls": 2, "no-regex-spaces": 2, "no-sparse-arrays": 2, "no-unexpected-multiline": 2, "use-isnan": 2, "no-empty-pattern": 2, "no-fallthrough": 2, "no-octal": 2, "no-self-assign": 2, "no-unused-labels": 2, "no-delete-var": 2, "constructor-super": 2, "no-class-assign": 2, "no-const-assign": 2, "no-dupe-class-members": 2, "no-this-before-super": 2, "no-ex-assign": 2, "no-constant-condition": 1, "no-unreachable": 1, "no-unsafe-finally": 2, "no-new-wrappers": 2, "no-inner-declarations": 2, "no-return-assign": 2, "no-cond-assign": 2, "no-empty": 1, "no-unused-vars": [ 1, { "args": "none" } ], "consistent-return": 1, "no-extra-boolean-cast": 2, "no-extra-semi": 2, "no-use-before-define": [ 0, { "functions": false, "classes": true } ], "no-extra-bind": 0, "no-case-declarations": 0, "radix": 2, "no-redeclare": 1, "no-mixed-spaces-and-tabs": 2, "no-nested-ternary": 1, "no-multi-str": 1, "wrap-iife": [ 1, "inside" ], "comma-style": 1 } }