1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-04-21 09:25:29 -04:00

stylelint ignore vendor

This commit is contained in:
2021-08-23 10:20:27 -04:00
parent d55959497e
commit 2f7760ab92
2 changed files with 2 additions and 3 deletions
+2 -1
View File
@@ -22,5 +22,6 @@
"selector-max-id": null,
"selector-no-qualifying-type": null,
"shorthand-property-no-redundant-values": null
}
},
"ignoreFiles": ["assets/**/vendor/**"]
}