Skip to content

Commit

Permalink
Update ESLint CLI command for ESLint 9
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Oct 20, 2024
1 parent 4ea48bc commit 220265d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"build": "vite build",
"test": "vitest",
"lint": "npm run lint:code && npm run lint:css",
"lint:code": "eslint --ext .ts,.js,.json .",
"lint:code": "eslint",
"lint:css": "stylelint src/**/*.css"
}
}

0 comments on commit 220265d

Please sign in to comment.