Skip to content

Commit

Permalink
Fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-dldc committed Sep 29, 2023
1 parent 18dd2c8 commit 67233fe
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 10 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
"typecheck": "tsc",
"typecheck:watch": "tsc --watch"
},
"dldc": {
"skipLibCheck": true,
"react": true
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
Expand All @@ -61,7 +57,8 @@
],
"extends": [
"plugin:@typescript-eslint/recommended-type-checked",
"prettier"
"prettier",
"plugin:react-hooks/recommended"
],
"rules": {
"no-constant-condition": "off",
Expand Down Expand Up @@ -96,7 +93,7 @@
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vitejs/plugin-react": "^4.0.4",
"@vitejs/plugin-react": "^4.1.0",
"@vitest/coverage-v8": "^0.34.5",
"auto-changelog": "^2.4.0",
"eslint": "^8.50.0",
Expand All @@ -117,6 +114,10 @@
"access": "public",
"registry": "https://registry.npmjs.org"
},
"dldc": {
"skipLibCheck": true,
"react": true
},
"release-it": {
"hooks": {
"before:init": [
Expand Down
38 changes: 34 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 67233fe

Please sign in to comment.