Skip to content

Commit

Permalink
chore: remove eslint step (#7978)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Jun 28, 2024
1 parent a7808f2 commit 09841c7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,7 @@
"*.less": [
"stylelint --fix"
],
"*.{js,ts,html}": [
"eslint --fix",
"prettier --write"
],
"*.{svg,yml,md,less,json}": [
"*.{js,ts,html, svg,yml,md,less,json}": [
"prettier --write"
]
},
Expand Down

0 comments on commit 09841c7

Please sign in to comment.