Skip to content

Commit 0589f04

Browse files
[explorer] Remove stylelint (MystenLabs#7561)
We're not adding any more CSS modules, so let's remove the use of stylelint.
1 parent 32f6817 commit 0589f04

File tree

5 files changed

+6
-103
lines changed

5 files changed

+6
-103
lines changed

apps/explorer/.stylelintignore

-3
This file was deleted.

apps/explorer/.stylelintrc.json

-21
This file was deleted.

apps/explorer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ It bundles React in production mode and optimizes the build for the best perform
5858

5959
### `pnpm explorer lint`
6060

61-
Run linting check (prettier/eslint/stylelint).
61+
Run linting check (prettier/eslint).
6262

6363
### `pnpm explorer lint:fix`
6464

apps/explorer/package.json

+2-8
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@
1212
"eslint:fix": "pnpm eslint:check --fix",
1313
"prettier:check": "prettier -c --ignore-unknown .",
1414
"prettier:fix": "prettier -w --ignore-unknown .",
15-
"stylelint:check": "stylelint \"**/*.{css,scss}\"",
16-
"stylelint:fix": "pnpm stylelint:check --fix",
17-
"lint": "pnpm eslint:check && pnpm prettier:check && pnpm stylelint:check",
18-
"lint:fix": "pnpm eslint:fix && pnpm prettier:fix && pnpm stylelint:fix",
15+
"lint": "pnpm eslint:check && pnpm prettier:check",
16+
"lint:fix": "pnpm eslint:fix && pnpm prettier:fix",
1917
"preview": "vite preview",
2018
"storybook": "storybook dev",
2119
"build-storybook": "storybook build",
@@ -90,10 +88,6 @@
9088
"prettier-plugin-tailwindcss": "^0.2.1",
9189
"start-server-and-test": "^1.15.2",
9290
"storybook": "7.0.0-beta.3",
93-
"stylelint": "^14.5.0",
94-
"stylelint-config-prettier": "^9.0.3",
95-
"stylelint-config-standard": "^25.0.0",
96-
"stylelint-config-standard-scss": "^3.0.0",
9791
"tailwindcss": "^3.2.4",
9892
"tsconfig-paths": "^4.1.1",
9993
"typescript": "^4.9.4",

pnpm-lock.yaml

+3-70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)