summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/catapult/third_party/polymer2/bower_components/webcomponentsjs/.eslintrc.json
blob: fcf4db69f4f830a8c6ff948512042580c8bf33ac (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "extends": "eslint:recommended",
  "env": {
    "browser": true,
    "es6": true
  },
  "parserOptions": {
    "ecmaVersion": 6,
    "sourceType": "module"
  }
}