diff options
Diffstat (limited to 'ui/.eslintrc.json')
-rw-r--r-- | ui/.eslintrc.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/.eslintrc.json b/ui/.eslintrc.json index 004803729..eaba81af2 100644 --- a/ui/.eslintrc.json +++ b/ui/.eslintrc.json @@ -1,4 +1,8 @@ { + "root": true, + + "extends": "jquery", + "parserOptions": { "ecmaVersion": 5 }, |