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

Unified Diff: .eslintrc.json

Issue 29374774: Issue 4871 - Have ESLint pass for the messageResponder (Closed)
Patch Set: Addressed feedback Created Feb. 8, 2017, 10:26 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 | dependencies » ('j') | no next file with comments »
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..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
+ }
+}
« no previous file with comments | « no previous file | dependencies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld