You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: disable `no-unused-vars` rule in typescript config
The `no-unused-vars` rule was causing false positives for variables in type declarations.
* style: add no-multi-spaces rule
* refactor: update module paths for eslint-config-vuetify
fix: explicitly define exports
refactor: reorganize type declarations and exports
build: add tsconfig.json for TypeScript project configuration
build: add missing type declaration files to package.json
build: add tsconfig.json to package.json
chore: remove tsconfig for distribution
* chore: lockfile
* style: add maxBOF option to no-multiple-empty-lines rule
* chore: add global ignore for dist folder in eslint config
0 commit comments