From f82157bcd86ad9ec0277c91333e3f7a43f37a8f6 Mon Sep 17 00:00:00 2001 From: Diego Bousfield Date: Thu, 31 Oct 2019 09:51:42 -0300 Subject: [PATCH] add hint about how to disable ESLint (#19170) --- 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.