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

Unified Diff: .eslintrc.json

Issue 29730644: Issue 6514 - IOToggle Custom Element (Closed)
Patch Set: applied latest required changes Created May 2, 2018, 12:13 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 | « no previous file | .gitignore » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .eslintrc.json
===================================================================
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -1,11 +1,13 @@
{
"extends": "eslint-config-eyeo",
"root": true,
"env": {
"browser": true,
"webextensions": true
},
"globals": {
- "ext": true
+ "ext": true,
+ "require": true,
+ "module": true
}
}
« no previous file with comments | « no previous file | .gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld