Skip to content

Commit

Permalink
Lock Vite to use ESLint 8
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingItWrong committed Apr 30, 2024
1 parent e618905 commit b888941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -930,10 +930,10 @@ function initializeVite(answers) {
addCypress(answers, {cjs: true});

group('Configure linting and formatting', () => {
command('yarn add --dev "eslint@^8"'); // temporarily get working with eslint 8, until can update for 9 and confirm it all works
addNpmPackages({
dev: true,
packages: [
'eslint',
'eslint-config-prettier',
'eslint-plugin-react',
'prettier',
Expand Down

0 comments on commit b888941

Please sign in to comment.