summaryrefslogtreecommitdiff
path: root/.eslintrc.json
blob: 92c421c0f669fddf458cc3857e30e5f4c22c3e50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "env": {
    "browser": true,
    "commonjs": true,
    "es2021": true,
    "amd": true
  },
  "extends": "eslint:recommended",
  "parserOptions": {
    "ecmaVersion": "latest"
  },
  "ignorePatterns": ["dist/"],
  "rules": {
  }
}