Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: .eslintrc.json

Issue 29375899: Issue 4871 - Start using ESLint for adblockplusui (Closed)
Patch Set: Created Feb. 20, 2017, 10:01 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | README.md » ('j') | background.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .eslintrc.json
diff --git a/.eslintrc.json b/.eslintrc.json
new file mode 100644
index 0000000000000000000000000000000000000000..5f357bda5da021b07ba69cc0147f6ea212588568
--- /dev/null
+++ b/.eslintrc.json
@@ -0,0 +1,12 @@
+{
+ "extends": "eslint-config-eyeo",
+ "root": true,
+ "env": {
+ "browser": true,
+ "commonjs": true,
+ "webextensions": true
+ },
+ "globals": {
+ "ext": true
+ }
+}
« no previous file with comments | « no previous file | README.md » ('j') | background.js » ('J')

Powered by Google App Engine
This is Rietveld