Skip to content

Commit

Permalink
remove old rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Brianzchen committed Mar 17, 2024
1 parent abcf890 commit 4e1cc48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,8 @@ module.exports = {
'react-hooks/rules-of-hooks': 2,
'testing-library/no-dom-import': 2,
'testing-library/no-manual-cleanup': 2,
'testing-library/no-wait-for-empty-callback': 2,
'testing-library/no-wait-for-side-effects': 2,
'testing-library/prefer-screen-queries': 2,
'testing-library/prefer-wait-for': 2,
'unicorn/import-style': [2, {
styles: {
react: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-bzc",
"description": "Eslint Config for my personal and professional projects",
"version": "1.0.12",
"version": "1.0.13",
"main": "index.js",
"repository": "[email protected]:Brianzchen/eslint-config-bzc.git",
"author": "Brian Chen",
Expand Down

0 comments on commit 4e1cc48

Please sign in to comment.