Skip to content

Commit

Permalink
Make lint faster
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed May 24, 2023
1 parent a7218d1 commit 7d5dcc1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .ackrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
--ignore-dir=lib
--ignore-file=match:/^yarn\.lock$/
--ignore-dir=.coverage
--ignore-dir=docs
--ignore-dir=.parcel-cache
4 changes: 3 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ dist/
.github/
.vscode/
node_modules/
demo/
docs/
.coverage/
.parcel-cache/
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ dist/
lib/
.github/
.coverage/
docs/
.coverage/
.parcel-cache/
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"target": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"declaration": true,
"declaration": true
},
"include": ["src"]
}

0 comments on commit 7d5dcc1

Please sign in to comment.