diff --git a/package.json b/package.json index 8ac5734f..14ca3192 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,10 @@ "start": "rollup -c -w", "test:lint:eslint": "eslint --ext .ts,.tsx,.js,.jsx,.cjs,.mjs,.json,.yml,.yaml --max-warnings 0 .", "test:component": "cypress run --component --browser electron", + "lint": "npm run test:lint:eslint", + "lintfix": "npm run test:lint:eslint -- --fix", + + "test:component": "cypress run --component --browser electron" "test:unit": "npm run test:unit:dev -- run --coverage", "test:unit:dev": "vitest", "docs:generate": "typedoc --plugin typedoc-plugin-coverage src/index.tsx",