Skip to content

Commit

Permalink
[eslint] clean up existing linting config
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 10, 2024
1 parent b0bcd43 commit a34cec3
Show file tree
Hide file tree
Showing 5 changed files with 296 additions and 760 deletions.
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

10 changes: 10 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
"plugins": [
"flowtype"
],
"ignorePatterns": [
"lib/",
"node_modules/",
"reports/",
"node_modules.nosync/",
"coverage/",
".nyc_output/",
"flow-typed/",
"flow",
],
"overrides": [
{
"files": [
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ node_modules/
lib/
reports/
docs/

coverage/
.nyc_output/
Loading

0 comments on commit a34cec3

Please sign in to comment.