diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/.eslintrc.json | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/src/.eslintrc.json b/src/.eslintrc.json index dbf16c584..3a4a3d257 100644 --- a/src/.eslintrc.json +++ b/src/.eslintrc.json @@ -1,18 +1,5 @@ { - // Support: IE <=9 only, Android <=4.0 only - // The above browsers are failing a lot of tests in the ES5 - // test suite at http://test262.ecmascript.org. - "parserOptions": { - "ecmaVersion": 3 - }, - "globals": { - "window": true, - "jQuery": true, - "define": true, - "module": true, - "noGlobal": true - }, - "rules": { - "strict": ["error", "function"] - } + "root": true, + + "extends": "../.eslintrc-browser.json" } |