1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-03 09:20:50 +00:00
notes/.stylelintrc.json
2018-11-18 11:09:18 -05:00

11 lines
185 B
JSON

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