Skip to content

Commit

Permalink
ci: rename .stylelintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
druhill committed Oct 9, 2024
1 parent c572cd6 commit 724a85a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .stylelintrc.js

This file was deleted.

14 changes: 14 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

{
"extends": ["stylelint-config-standard", "stylelint-config-standard-scss"],
"rules": {
"alpha-value-notation": null,
"color-function-notation": null,
"color-hex-length": null,
"comment-whitespace-inside": null,
"length-zero-no-unit": null,
"scss/comment-no-empty": null,
"scss/operator-no-unspaced": null,
"value-keyword-case": null
}
}

0 comments on commit 724a85a

Please sign in to comment.