Skip to content

Commit

Permalink
feat: add eslintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong321200875 committed May 15, 2022
1 parent 8764a29 commit 684fa90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
@@ -0,0 +1,3 @@
/node_modules/*
/dist*
/docs*
2 changes: 2 additions & 0 deletions .eslintrc
Expand Up @@ -23,6 +23,8 @@
},
"rules": {
"@typescript-eslint/no-explicit-any": ["off"],
"@typescript-eslint/ban-types": ["off"],
"no-useless-escape": ["off"],
"prettier/prettier": ["off"]
}
}

0 comments on commit 684fa90

Please sign in to comment.