mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2026-02-14 04:12:42 +00:00
Initial
This commit is contained in:
10
.eslintrc.json
Normal file
10
.eslintrc.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"root": true,
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"plugins": ["@typescript-eslint", "prettier"],
|
||||
"extends": ["eslint:recommended", "plugin:@typescript-eslint/eslint-recommended", "plugin:@typescript-eslint/recommended", "prettier"],
|
||||
"rules": {
|
||||
"@typescript-eslint/explicit-function-return-type": "warn",
|
||||
"@typescript-eslint/explicit-member-accessibility": "warn"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user