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

Unified Diff: webextension/.eslintrc.json

Issue 29408710: Issue 5050 - Make legacy extension use WebExtensions I/O (Closed) Base URL: https://hg.adblockplus.org/adblockplus
Patch Set: Created April 10, 2017, 11:23 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
Index: webextension/.eslintrc.json
===================================================================
new file mode 100644
--- /dev/null
+++ b/webextension/.eslintrc.json
@@ -0,0 +1,7 @@
+{
+ "extends": "eslint-config-eyeo",
+ "root": true,
+ "env": {
+ "webextensions": true
+ }
+}

Powered by Google App Engine
This is Rietveld