Skip to content

Commit

Permalink
Added typechecking to lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Feb 27, 2024
1 parent 4183222 commit 910ceba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"stylelint": "^16.1.0",
"stylelint-config-recommended": "^14.0.0",
"stylelint-no-unsupported-browser-features": "^8.0.0",
"typescript": "^5.0.3",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vite-plugin-istanbul": "^5.0.0"
},
Expand All @@ -73,6 +73,7 @@
"lint:css:stylelint": "stylelint --color 'src/**/*.css'",
"lint:css": "run-p -c --aggregate-output lint:css:*",
"lint:ts:eslint": "eslint --color 'src/**/*.ts' 'tests/**/*.ts' 'docs.vite.config.ts' 'playwright.config.js' 'postcss.config.js' 'vite.config.ts'",
"lint:ts:typecheck": "tsc --noEmit",
"lint:ts": "run-p -c --aggregate-output lint:ts:*",
"lint": "run-p -c --aggregate-output lint:*",
"prepack": "npm run build",
Expand Down

0 comments on commit 910ceba

Please sign in to comment.