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

Unified Diff: lib/.eslintrc.json

Issue 29545700: Issue 5685 - Pass ESLint (Closed) Base URL: https://hg.adblockplus.org/libadblockplus/
Patch Set: Address review comments Created Sept. 18, 2017, 12:42 p.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 | « .eslintignore ('k') | lib/api.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/.eslintrc.json
===================================================================
--- a/lib/.eslintrc.json
+++ b/lib/.eslintrc.json
@@ -4,11 +4,15 @@
},
"globals": {
"console": true,
"setTimeout": true,
"_triggerEvent": true,
"_appInfo": true,
"_fileSystem": true,
"_webRequest": true,
- "_preconfiguredPrefs": true
+ "_preconfiguredPrefs": true,
+ "onShutdown": true,
+ "extractHostFromURL": true,
+ "isThirdParty": true,
+ "Cu": true
}
}
« no previous file with comments | « .eslintignore ('k') | lib/api.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld