Skip to content

Commit

Permalink
Issue #PS-000 fix: Added stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
itsvick committed Aug 3, 2024
1 parent 774f3ea commit 53373bb
Show file tree
Hide file tree
Showing 5 changed files with 5,133 additions and 860 deletions.
10 changes: 10 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": [
"stylelint-config-standard",
"stylelint-config-rational-order"
],
"ignoreFiles": [
"**/*.min.css",
"**/*.min.js"
]
}
Loading

0 comments on commit 53373bb

Please sign in to comment.