We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89d772 commit 609457eCopy full SHA for 609457e
2 files changed
package.json
@@ -20,8 +20,6 @@
20
"build": "ember build --environment=production",
21
"coverage": "nyc report --reporter=text-lcov | codeclimate-test-reporter",
22
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
23
- "lint:css": "stylelint \"**/*.css\"",
24
- "lint:css:fix": "concurrently \"npm:lint:css -- --fix\"",
25
"lint:hbs": "ember-template-lint .",
26
"lint:js": "eslint .",
27
"start": "ember serve",
@@ -92,9 +90,6 @@
92
90
"release-plan": "^0.13.1",
93
91
"rsvp": "4.8.5",
94
"sinon": "21.0.0",
95
- "stylelint": "16.21.0",
96
- "stylelint-config-standard": "38.0.0",
97
- "stylelint-prettier": "5.0.3",
98
"webpack": "5.99.9"
99
},
100
"peerDependencies": {
0 commit comments