Skip to content

Commit

Permalink
Update config-lint lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Sep 17, 2024
1 parent 9fcaffa commit 1bf4bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/config-lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"lint:js": "eslint .",
"lint:css": "npx stylelint '**/*.scss'",
"lint": "npm run lint:js && npm run lint:css",
"lint:all": "npm run lint:js && npm run lint:css",
"format": "prettier --write \"**/*.{ts,tsx,md,js,json,html,css}\""
},
"devDependencies": {
Expand Down

0 comments on commit 1bf4bf0

Please sign in to comment.