Skip to content

Commit

Permalink
Stylelint v15 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Dec 24, 2023
1 parent 33e3d9b commit 57d9262
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 21 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"globals": "^13.24.0",
"prettier-plugin-tailwindcss": "^0.5.9",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^35.0.0",
"stylelint-prettier": "^5.0.0"
},
Expand Down
13 changes: 0 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions stylelint.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@

module.exports = {
plugins: ['stylelint-prettier'],
extends: [
'stylelint-config-standard',
'stylelint-config-idiomatic-order',
'stylelint-config-prettier',
],
extends: ['stylelint-config-standard', 'stylelint-config-idiomatic-order'],
rules: {
'prettier/prettier': true,
'at-rule-no-unknown': [
true,
{
Expand All @@ -22,7 +17,7 @@ module.exports = {
],
},
],
'declaration-block-trailing-semicolon': null,
'declaration-property-value-no-unknown': true,
'no-descending-specificity': null,
'declaration-block-no-redundant-longhand-properties': [
true,
Expand Down
7 changes: 7 additions & 0 deletions test.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

html {
text-rendering: optimizelegibility;
}

0 comments on commit 57d9262

Please sign in to comment.