UNPKG

341 BPlain TextView Raw
1
2{
3 "root": true,
4 "parser": "@typescript-eslint/parser",
5 "plugins": [
6 "@typescript-eslint"
7 ],
8 "extends": [
9 "eslint:recommended",
10 "plugin:@typescript-eslint/eslint-recommended",
11 "plugin:@typescript-eslint/recommended"
12 ],
13 "rules": {
14 "@typescript-eslint/no-namespace": "off"
15 },
16 "ignorePatterns": ["*.js"]
17}