config: reformat lint file

This commit is contained in:
Xymorot 2019-12-18 01:07:21 +01:00
parent cef724aa21
commit 07f117b752
1 changed files with 2 additions and 12 deletions

View File

@ -88,22 +88,12 @@
], ],
"@typescript-eslint/prefer-for-of": "error", "@typescript-eslint/prefer-for-of": "error",
"@typescript-eslint/no-empty-function": "off", "@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/interface-name-prefix": [ "@typescript-eslint/interface-name-prefix": ["error", { "prefixWithI": "always" }],
"error",
{
"prefixWithI": "always"
}
],
"@typescript-eslint/explicit-member-accessibility": "error", "@typescript-eslint/explicit-member-accessibility": "error",
"@typescript-eslint/unbound-method": "off", "@typescript-eslint/unbound-method": "off",
"@typescript-eslint/ban-ts-ignore": "off", "@typescript-eslint/ban-ts-ignore": "off",
"@typescript-eslint/no-use-before-define": "off", "@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/no-misused-promises": [ "@typescript-eslint/no-misused-promises": ["error", { "checksVoidReturn": false }]
"error",
{
"checksVoidReturn": false
}
]
} }
}, },
{ {