diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-13 17:30:18 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-13 17:30:18 +0900 |
commit | e45985088e0bbd041a567bab6b7665d2906528e4 (patch) | |
tree | 5e99b3f10e6b553b0f3b0d5afa811b6133bb9798 /.eslintrc | |
parent | d169661e030e53b6a1635f86205f9fc42d2b7ef2 (diff) | |
parent | 41069cf527ed159d6c5ff89cc77867537025c9f5 (diff) |
Merge branch 'basic-features'
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,7 +2,8 @@ "env": { "es6": true, "node" : true, - "browser" : true + "browser" : true, + "webextensions": true }, "parser": "babel-eslint", "parserOptions": { @@ -20,7 +21,7 @@ "newline-before-return": "off", "multiline-ternary": "off", "max-statements": ["error", 15], - "no-console": ["error", { allow: ["warn", "error"] }], + "no-console": "off", "no-magic-numbers": ["error", { "ignore": [0, 1, 2] }], "no-param-reassign": "off", "no-ternary": "off", |