Skip to content

Commit

Permalink
fix: try without linting
Browse files Browse the repository at this point in the history
  • Loading branch information
trusz committed Dec 10, 2024
1 parent 08aee5b commit af9fc5a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,5 @@
"prettier": {
"singleQuote": true,
"arrowParens": "avoid"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.ts": [
"eslint --fix",
"prettier --write"
]
}
}

0 comments on commit af9fc5a

Please sign in to comment.