UNPKG

482 BPlain TextView Raw
1{
2 "root": true,
3 "env": {
4 "mocha": true,
5 "node": true
6 },
7 "parser": "@typescript-eslint/parser",
8 "plugins": [
9 "@typescript-eslint",
10 "markdown",
11 "promise"
12 ],
13 "extends": [
14 "eslint:recommended",
15 "plugin:@typescript-eslint/eslint-recommended",
16 "plugin:@typescript-eslint/recommended",
17 "plugin:json/recommended"
18 ],
19 "rules": {
20 "@typescript-eslint/no-explicit-any": 0
21 }
22}
\No newline at end of file