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

Unified Diff: .eslintrc.json

Issue 29452181: Noissue - Merge current tip to Edge bookmark (Closed)
Patch Set: Created May 30, 2017, 3:49 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') | .hgtags » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .eslintrc.json
===================================================================
new file mode 100644
--- /dev/null
+++ b/.eslintrc.json
@@ -0,0 +1,13 @@
+{
+ "extends": "eslint-config-eyeo",
+ "root": true,
+ "env": {
+ "browser": true,
+ "webextensions": true
+ },
+ "globals": {
+ "exports": true,
+ "ext": true,
+ "require": true
+ }
+}
« no previous file with comments | « .eslintignore ('k') | .hgtags » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld