diff --git a/docs/docs/eslint.md b/docs/docs/eslint.md index de6c9bf9d472a..e053d0cf9a658 100644 --- a/docs/docs/eslint.md +++ b/docs/docs/eslint.md @@ -37,3 +37,5 @@ module.exports = { extends: `react-app`, } ``` + +If you want to disable ESLint completely, just create an empty `.eslintrc` file.