[MAJOR][FIRST] COMPLETE
This commit is contained in:
@@ -15,11 +15,16 @@
|
||||
"rules": {
|
||||
"@typescript-eslint/explicit-member-accessibility": "warn",
|
||||
"@typescript-eslint/no-misused-promises": 0,
|
||||
"@typescript-eslint/no-unused-vars": 0,
|
||||
"@typescript-eslint/no-floating-promises": 0,
|
||||
"@typescript-eslint/no-unsafe-assignment": 0,
|
||||
"@typescript-eslint/no-unsafe-member-access": 0,
|
||||
"@typescript-eslint/no-unsafe-call": 0,
|
||||
"@typescript-eslint/no-unsafe-return": 0,
|
||||
"max-len": [
|
||||
"warn",
|
||||
{
|
||||
"code": 80
|
||||
"code": 120
|
||||
}
|
||||
],
|
||||
"comma-dangle": ["warn", "always-multiline"],
|
||||
|
||||
Reference in New Issue
Block a user