summaryrefslogtreecommitdiff
path: root/.eslintrc
blob: bdf49cfa1389970560bc94d74f4d79c752764f8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "parser": "babel-eslint",
  "extends": "google",
  "parserOptions": {
    "ecmaVersion": 2017,
    "sourceType": "module"
  },
  "rules": {
    "no-unused-vars": "off",
    "no-extend-native": "off",
    "arrow-parens": "off"
  }
}