summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/catapult/third_party/polymer2/bower_components/webcomponentsjs/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/catapult/third_party/polymer2/bower_components/webcomponentsjs/.eslintrc.json')
-rw-r--r--chromium/third_party/catapult/third_party/polymer2/bower_components/webcomponentsjs/.eslintrc.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/chromium/third_party/catapult/third_party/polymer2/bower_components/webcomponentsjs/.eslintrc.json b/chromium/third_party/catapult/third_party/polymer2/bower_components/webcomponentsjs/.eslintrc.json
new file mode 100644
index 00000000000..fcf4db69f4f
--- /dev/null
+++ b/chromium/third_party/catapult/third_party/polymer2/bower_components/webcomponentsjs/.eslintrc.json
@@ -0,0 +1,11 @@
+{
+ "extends": "eslint:recommended",
+ "env": {
+ "browser": true,
+ "es6": true
+ },
+ "parserOptions": {
+ "ecmaVersion": 6,
+ "sourceType": "module"
+ }
+}