Skip to content

Commit

Permalink
build: ignore lint tests/fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
tjx666 committed Jan 18, 2024
1 parent 29de334 commit cc23fe4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
},
"eslintConfig": {
"extends": "@yutengjing/eslint-config-typescript",
"ignorePatterns": [
"tests/fixtures"
],
"rules": {
"jsdoc/tag-lines": 0
}
Expand Down

0 comments on commit cc23fe4

Please sign in to comment.