Skip to content

Commit

Permalink
Merge pull request #6 from Fourntech/ppraveentr-patch-1
Browse files Browse the repository at this point in the history
Added stylelint
  • Loading branch information
ppraveentr authored Jun 22, 2024
2 parents 12f4844 + c9d56f9 commit d30bab2
Show file tree
Hide file tree
Showing 6 changed files with 674 additions and 137 deletions.
8 changes: 8 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"defaultSeverity": "warning",
"extends": "stylelint-config-recommended-scss",
"rules": {
"scss/at-if-no-null": null,
"scss/at-import-partial-extension": "always"
}
}
Loading

0 comments on commit d30bab2

Please sign in to comment.