mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
Add simpler names for linting and lintfix
This commit is contained in:
parent
64397f1a9c
commit
db94b7517d
@ -19,6 +19,8 @@
|
|||||||
"build": "rollup -c",
|
"build": "rollup -c",
|
||||||
"start": "rollup -c -w",
|
"start": "rollup -c -w",
|
||||||
"test:lint:eslint": "eslint --ext .ts,.tsx,.js,.jsx,.cjs,.mjs,.json,.yml,.yaml --max-warnings 0 .",
|
"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": "npm run test:unit:dev -- run --coverage",
|
||||||
"test:unit:dev": "vitest",
|
"test:unit:dev": "vitest",
|
||||||
"docs:generate": "typedoc --plugin typedoc-plugin-coverage src/index.tsx",
|
"docs:generate": "typedoc --plugin typedoc-plugin-coverage src/index.tsx",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user