diff --git a/package.json b/package.json index 00a50bf1..0b93bded 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,8 @@ "build": "rollup -c", "start": "rollup -c -w", "test:lint:eslint": "eslint --ext .ts,.tsx,.js,.jsx,.cjs,.mjs,.json,.yml,.yaml --max-warnings 0 .", + "lint": "npm run test:lint:eslint", + "lintfix": "npm run test:lint:eslint -- --fix", "test:unit": "npm run test:unit:dev -- run --coverage", "test:unit:dev": "vitest", "docs:generate": "typedoc --plugin typedoc-plugin-coverage src/index.tsx",