fix(eslint): removed linebreak-style rule

This commit is contained in:
teidesu 2021-04-14 22:49:02 +03:00
parent 73312e2809
commit 76b1e6f261

View file

@ -16,7 +16,6 @@ module.exports = {
},
plugins: ['@typescript-eslint'],
rules: {
'linebreak-style': ['error', 'unix'],
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/interface-name-prefix': 'off',