Skip to content

Commit

Permalink
Update stylelint config
Browse files Browse the repository at this point in the history
…with updated plugins.

I have also specified that we will use string import notation, as url notation was causing errors.
  • Loading branch information
patrickjfl authored and jdudley1123 committed Sep 27, 2024
1 parent a34eb06 commit 3d64261
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"extends": ["stylelint-config-standard-scss", "stylelint-config-prettier"]
"extends": ["stylelint-config-standard-scss", "stylelint-config-standard"],
"rules": { "import-notation": "string" }
}

0 comments on commit 3d64261

Please sign in to comment.