mirror of
https://github.com/hknsh/project-knedita.git
synced 2024-11-28 09:31:16 +00:00
18 lines
No EOL
355 B
JSON
18 lines
No EOL
355 B
JSON
{
|
|
"env": {
|
|
"es2021": true,
|
|
"node": true
|
|
},
|
|
"extends": "standard-with-typescript",
|
|
"parserOptions": {
|
|
"ecmaVersion": "latest",
|
|
"sourceType": "module",
|
|
"project": [
|
|
"./tsconfig.json"
|
|
]
|
|
},
|
|
"rules": {
|
|
"@typescript-eslint/no-misused-promises": "off",
|
|
"@typescript-eslint/explicit-function-return-type": 1
|
|
}
|
|
} |