Skip to content

Commit

Permalink
style: lint package.json
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Apr 24, 2024
1 parent 8613883 commit 17e8dd1
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,18 @@
"private": true,
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "vitest --exclude 'e2e'",
"bundle": "pnpm dlx vite-bundle-visualizer",
"coverage": "vitest run --coverage --silent --exclude 'e2e'",
"coverage:ui": "vitest --ui --open --coverage --silent --exclude 'e2e'",
"e2e": "playwright test --reporter=list --project chromium",
"e2e:ui": "playwright test --ui --project chromium",
"e2e:mobile": "playwright test --reporter=list --project 'Mobile Chrome'",
"e2e:mobile:ui": "playwright test --ui --project 'Mobile Chrome'",
"coverage": "vitest run --coverage --silent --exclude 'e2e'",
"coverage:ui": "vitest --ui --open --coverage --silent --exclude 'e2e'",
"lint": "pnpm dlx eslint src e2e --fix && pnpm dlx stylelint src/**/*.css --fix && pnpm dlx prettier --write src e2e",
"bundle": "pnpm dlx vite-bundle-visualizer"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
"e2e:ui": "playwright test --ui --project chromium",
"lint": "pnpm eslint --fix && pnpm stylelint src/**/*.css --fix && pnpm prettier --write src e2e",
"serve": "vite preview",
"start": "vite",
"test": "vitest --exclude 'e2e'"
},
"browserslist": {
"production": "defaults",
Expand All @@ -31,6 +25,12 @@
"last 1 safari version"
]
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"dependencies": {
"big.js": "6.2.1",
"bootstrap": "5.3.2",
Expand Down

0 comments on commit 17e8dd1

Please sign in to comment.