Skip to content

Commit

Permalink
feat: improve react config
Browse files Browse the repository at this point in the history
feat: vitejs configuration
  • Loading branch information
Nr9 committed Dec 22, 2023
1 parent b5ad5ea commit ed75aa3
Show file tree
Hide file tree
Showing 8 changed files with 246 additions and 134 deletions.
6 changes: 5 additions & 1 deletion .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const project = new javascript.NodeProject({
},
},

peerDeps: ['eslint@>=8.55.0', 'typescript@>=5.2.2'],
peerDeps: ['eslint@>=8.56.0', 'typescript@>=5.2.2'],
deps: [
'@typescript-eslint/eslint-plugin',
'@typescript-eslint/parser',
Expand All @@ -76,6 +76,7 @@ const project = new javascript.NodeProject({
'eslint-plugin-jsx-a11y',
'eslint-plugin-react',
'eslint-plugin-react-hooks',
'eslint-plugin-react-refresh',

'eslint-plugin-jest',
'eslint-plugin-jest-formatting',
Expand Down
Loading

0 comments on commit ed75aa3

Please sign in to comment.