Skip to content

Commit

Permalink
Update linter
Browse files Browse the repository at this point in the history
  • Loading branch information
neki-dev committed Feb 14, 2024
1 parent 173cf21 commit 954eced
Show file tree
Hide file tree
Showing 92 changed files with 4,186 additions and 9,921 deletions.
17 changes: 17 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
module.exports = {
root: true,
parser: "@typescript-eslint/parser",
plugins: ["@typescript-eslint"],
extends: [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
],
rules: {
"@typescript-eslint/consistent-type-imports": "error",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-inferrable-types": "off",
},
ignorePatterns: ["**/*.js", "**/__tests__/**", "**/__mocks__/**"],
};
31 changes: 0 additions & 31 deletions .eslintrc.json

This file was deleted.

Loading

0 comments on commit 954eced

Please sign in to comment.