This repository has been archived by the owner on Jan 7, 2022. It is now read-only.
forked from codelearncreate/c2lc-coding-environment
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
C2LC-192: Configure ESLint to ignore dragdroptouch
Configure ESLint to ignore errors in the dragdroptouch library. We do this by turning on create-react-app's support for ESLint customization. This support is currently marked as "experimental" in the documentation (https://create-react-app.dev/docs/setting-up-your-editor/#experimental-extending-the-eslint-config). There is currently a caching issue in create-react-app that causes previous ESLint configurations to interfere with future runs. A workaround is to delete the 'node_modules/.cache/eslint-loader' directory. See: - facebook/create-react-app#8683 - https://webpack.js.org/loaders/eslint-loader/
- Loading branch information
1 parent
bffd134
commit 6ac32d0
Showing
6 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
EXTEND_ESLINT=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.