Skip to content

Commit

Permalink
fix: update lintstaged ts config (#13490)
Browse files Browse the repository at this point in the history
ref: MANAGER-14931

Signed-off-by: Florian Renaut <[email protected]>
  • Loading branch information
frenautvh authored Oct 8, 2024
1 parent d1c88fc commit b679aa4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .lintstagedrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
"htmlhint --ignore \"**/dist/**,**/www/**,**/screenshot/**,**/docs-api/**,**/coverage/**,**/storybook-static/**,**/playwright-report/**, **/cucumber-results-report.html\" \"packages/**/*.html\"",
"prettier --write"
],
"*.{tsx,ts}": [
"eslint --fix \"packages/manager/apps/**/*.{tsx,ts,md}\"",
"eslint --fix \"packages/manager-react-components/**/*.{tsx,ts}\"",
"prettier --write \"packages/manager/apps/**/*.{tsx,ts}\"",
"prettier --write \"packages/manager-react-components/**/*.{tsx,ts}\""
],
"*.{tsx,ts}": ["eslint --fix", "prettier --write"],
"*.js": ["eslint --fix"],
"*.{css,less,scss}": ["stylelint --fix"],
"!(*CHANGELOG).md": ["remark -qf .", "eslint --ext .md --fix"],
Expand Down

0 comments on commit b679aa4

Please sign in to comment.