aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
blob: eba937e5e120903935e9cac8fc4dd0fd907afc74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "root": true,
  "parser": "@typescript-eslint/parser",
  "parserOptions": {
    "ecmaVersion": 2021
  },
  "plugins": [
    "@typescript-eslint"
  ],
  "extends": [
    "eslint:recommended",
    "plugin:@typescript-eslint/eslint-recommended",
    "plugin:@typescript-eslint/recommended"
  ]
}