Skip to content

Commit

Permalink
stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
VladToby committed Jul 26, 2024
1 parent 3c4d257 commit 7a3dd59
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"plugins": ["stylelint-less"],
"customSyntax": "less",
"customSyntax": "postcss-less",
"rules": {
"at-rule-no-unknown": null,
"color-no-invalid-hex": true,
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"less": "^4.2.0",
"postcss-less": "^6.0.0",
"stylelint": "^15.10.3",
"stylelint-less": "^3.0.1",
"typescript": "^5.5.3",
Expand Down

0 comments on commit 7a3dd59

Please sign in to comment.