diff --git a/index.js b/index.js index d8b85be..654d041 100644 --- a/index.js +++ b/index.js @@ -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: { diff --git a/package.json b/package.json index f7a228b..a09c9b9 100644 --- a/package.json +++ b/package.json @@ -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": "git@github.com:Brianzchen/eslint-config-bzc.git", "author": "Brian Chen",