1
0
mirror of https://github.com/thangisme/notes.git synced 2026-01-15 10:25:22 -05:00
Files
notes/.stylelintrc.json
Patrick Marsceill 6a6efba27a fix linting / rules
2018-10-25 11:17:10 -04:00

9 lines
114 B
JSON

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