From ff66c26ad4cf74524daa7696a1ec2bcd0bde7d9b Mon Sep 17 00:00:00 2001 From: Alexander Kiryukhin Date: Mon, 22 Mar 2021 02:27:33 +0300 Subject: v0.0.2 --- .eslintrc.js | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .eslintrc.js (limited to '.eslintrc.js') 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, - } -}; -- cgit v1.2.3