1
0
mirror of https://github.com/thangisme/notes.git synced 2024-07-01 15:15:34 +00:00
notes/.stylelintrc.json
Patrick Marsceill aa5a4e529c
Linting rule
2018-11-15 15:59:23 -05:00

10 lines
157 B
JSON

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