1
0
mirror of https://github.com/thangisme/notes.git synced 2024-09-14 21:18:06 -04:00
notes/.stylelintrc.json
2018-11-15 16:18:07 -05:00

10 lines
144 B
JSON

{
"ignoreFiles" : [
"assets/css/just-the-docs.scss",
"_sass/normalize.scss/*"
],
"extends": [
"stylelint-config-primer"
]
}