Skip to content

Commit

Permalink
chore: remove eslint step
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jun 28, 2024
1 parent b1f1927 commit 871371d
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 871371d

Please sign in to comment.