Skip to content

Commit

Permalink
fix: exclude types folder in linter
Browse files Browse the repository at this point in the history
  • Loading branch information
hsynlms committed Oct 31, 2024
1 parent f3a0078 commit 2e4ac7b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,10 @@
"standard": "^17.0.0",
"tsd": "^0.31.2"
},
"types": "types"
"types": "types",
"standard": {
"ignore": [
"/types"
]
}
}

0 comments on commit 2e4ac7b

Please sign in to comment.