1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-16 05:35:26 +00:00
notes/.stylelintrc.json

9 lines
114 B
JSON
Raw Normal View History

2017-03-09 18:16:08 +00:00
{
2018-10-25 15:17:10 +00:00
"ignoreFiles" : [
"assets/css/just-the-docs.scss"
],
2017-03-09 18:16:08 +00:00
"extends": [
"stylelint-config-primer"
]
}