Skip to content

Commit 79339bb

Browse files
Remove stylelint (#504)
* Remove stylelint * Remove stylelint
1 parent 918eb0e commit 79339bb

File tree

7 files changed

+0
-586
lines changed

7 files changed

+0
-586
lines changed

pnpm-lock.yaml

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

test-apps/base-tests/.stylelintignore

-8
This file was deleted.

test-apps/base-tests/.stylelintrc.js

-5
This file was deleted.

test-apps/base-tests/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
"scripts": {
1414
"build": "ember build --environment=production",
1515
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
16-
"lint:css": "stylelint \"**/*.css\"",
17-
"lint:css:fix": "concurrently \"npm:lint:css -- --fix\"",
1816
"format": "pnpm prettier -w .",
1917
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\" && pnpm format",
2018
"lint:prettier": "prettier --check .",
@@ -84,9 +82,6 @@
8482
"prettier": "^3.0.3",
8583
"qunit": "^2.20.0",
8684
"qunit-dom": "^3.0.0",
87-
"stylelint": "^15.10.3",
88-
"stylelint-config-standard": "^34.0.0",
89-
"stylelint-prettier": "^4.0.2",
9085
"tracked-built-ins": "^3.2.0",
9186
"typescript": "~5.0.0",
9287
"webpack": "^5.88.2"

test-apps/ember-fetch-v8/.stylelintignore

-8
This file was deleted.

test-apps/ember-fetch-v8/.stylelintrc.js

-5
This file was deleted.

test-apps/ember-fetch-v8/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
"scripts": {
1414
"build": "ember build --environment=production",
1515
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
16-
"lint:css": "stylelint \"**/*.css\"",
17-
"lint:css:fix": "concurrently \"npm:lint:css -- --fix\"",
1816
"format": "pnpm prettier -w .",
1917
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\" && pnpm format",
2018
"lint:prettier": "prettier --check .",
@@ -73,9 +71,6 @@
7371
"prettier": "^3.0.3",
7472
"qunit": "^2.20.0",
7573
"qunit-dom": "^2.0.0",
76-
"stylelint": "^15.10.3",
77-
"stylelint-config-standard": "^34.0.0",
78-
"stylelint-prettier": "^4.0.2",
7974
"tracked-built-ins": "^3.2.0",
8075
"typescript": "~5.0.0",
8176
"webpack": "^5.88.2"

0 commit comments

Comments
 (0)