diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2021-03-22 02:27:33 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2021-03-22 02:27:33 +0300 |
commit | ff66c26ad4cf74524daa7696a1ec2bcd0bde7d9b (patch) | |
tree | 6fd8ebedd25b15389e999b6619bc1f5cc86f68de /.eslintrc.js | |
parent | 7707ba49f6471478f95a3bd40d9992b051321c7a (diff) |
v0.0.2
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.eslintrc.js b/.eslintrc.js deleted file mode 100644 index 91729d3..0000000 --- a/.eslintrc.js +++ /dev/null @@ -1,23 +0,0 @@ -/**@type {import('eslint').Linter.Config} */ -// eslint-disable-next-line no-undef -module.exports = { - root: true, - parser: '@typescript-eslint/parser', - plugins: [ - '@typescript-eslint', - ], - extends: [ - 'eslint:recommended', - 'plugin:@typescript-eslint/recommended', - ], - rules: { - 'semi': [ - 2, - "always" - ], - '@typescript-eslint/no-unused-vars': 0, - '@typescript-eslint/no-explicit-any': 0, - '@typescript-eslint/explicit-module-boundary-types': 0, - '@typescript-eslint/no-non-null-assertion': 0, - } -}; |