From 330f0122db097a46fedba73b893cb63dd36c071e Mon Sep 17 00:00:00 2001 From: Diego Bousfield Date: Thu, 31 Oct 2019 00:40:09 -0300 Subject: [PATCH] add hint about how to disable ESLint --- docs/docs/eslint.md | 2 ++ 1 file changed, 2 insertions(+) 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.