Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
c038fd43
Commit
c038fd43
authored
5 years ago
by
Jonathan Sharpe
Browse files
Options
Download
Email Patches
Plain Diff
Explicitly exclude node_modules/ in ESLint configuration
parent
2da55176
github/fork/textbook/dont-lint-deps
1 merge request
!9310
Explicitly exclude node_modules/ in ESLint configuration
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/eslint-config-react-app/index.js
+4
-0
packages/eslint-config-react-app/index.js
with
4 additions
and
0 deletions
+4
-0
packages/eslint-config-react-app/index.js
+
4
-
0
View file @
c038fd43
...
...
@@ -52,6 +52,10 @@ module.exports = {
},
},
ignorePatterns
:
[
"
node_modules/
"
],
overrides
:
[
{
files
:
[
'
**/*.ts?(x)
'
],
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets