From 3e2f4076242593a8b087db5ef4632c1ccc304740 Mon Sep 17 00:00:00 2001 From: aqulzz Date: Mon, 3 Apr 2023 23:34:52 +0700 Subject: [PATCH] chore: delete .eslintrc --- .eslintrc | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .eslintrc diff --git a/.eslintrc b/.eslintrc deleted file mode 100644 index ff03ee1..0000000 --- a/.eslintrc +++ /dev/null @@ -1,18 +0,0 @@ -{ - "parser": "@typescript-eslint/parser", - "plugins": ["@typescript-eslint"], - "extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"], - "parserOptions": { - "ecmaVersion": 2020, - "project": ["tsconfig.json"] - }, - "rules": { - "no-empty": [2, { "allowEmptyCatch": true }], - "no-inner-declarations": [0, "both"], - "@typescript-eslint/no-unused-vars": 2, - "@typescript-eslint/consistent-type-definitions": [2, "type"] - }, - "env": { - "node": true - } -} \ No newline at end of file