2020-04-28 13:45:21 +00:00
|
|
|
{
|
|
|
|
"env": { "node": true, "jest": true },
|
|
|
|
"parser": "@typescript-eslint/parser",
|
|
|
|
"parserOptions": { "ecmaVersion": 9, "sourceType": "module" },
|
|
|
|
"extends": [
|
|
|
|
"eslint:recommended",
|
|
|
|
"plugin:@typescript-eslint/eslint-recommended",
|
|
|
|
"plugin:@typescript-eslint/recommended",
|
|
|
|
"plugin:import/errors",
|
|
|
|
"plugin:import/warnings",
|
|
|
|
"plugin:import/typescript",
|
2023-12-15 22:46:13 +00:00
|
|
|
"plugin:prettier/recommended"
|
2020-04-28 13:45:21 +00:00
|
|
|
],
|
|
|
|
"plugins": ["@typescript-eslint"]
|
2023-12-15 22:46:13 +00:00
|
|
|
}
|