| Index: .eslintrc.json |
| diff --git a/.eslintrc.json b/.eslintrc.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6eb86362ed5d7141d88244472658739d81321a70 |
| --- /dev/null |
| +++ b/.eslintrc.json |
| @@ -0,0 +1,12 @@ |
| +{ |
| + "extends": "./buildtools/.eslintrc.json", |
| + "root": true, |
| + "env": { |
| + "browser": true, |
| + "commonjs": true, |
| + "webextensions": true |
| + }, |
| + "globals": { |
| + "ext": true |
| + } |
| +} |