Skip to content

Commit

Permalink
feat(eslint-config-custom): ignore any
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed May 8, 2023
1 parent 94e4ca3 commit 3a13d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tools/eslint-config-custom/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ module.exports = {
"@typescript-eslint/no-this-alias": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-explicit-any": "off",
"turbo/no-undeclared-env-vars": "off",
"prettier/prettier": "error",
},
Expand Down
2 changes: 1 addition & 1 deletion tools/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terwer/eslint-config-custom",
"version": "1.0.0",
"version": "1.0.1",
"description": "custom config for eslint",
"main": "index.cjs",
"license": "GPL",
Expand Down

0 comments on commit 3a13d5c

Please sign in to comment.