1
0
mirror of https://github.com/thangisme/notes.git synced 2024-09-29 17:46:14 -04:00
notes/.stylelintrc.json

13 lines
290 B
JSON
Raw Normal View History

2017-03-09 13:16:08 -05:00
{
2020-04-24 11:44:37 -04:00
"ignoreFiles": [
2018-11-15 15:56:00 -05:00
"assets/css/just-the-docs.scss",
2018-11-18 11:09:18 -05:00
"assets/css/dark-mode-preview.scss",
"_sass/vendor/**/*.scss"
2018-10-25 11:17:10 -04:00
],
2020-04-24 15:20:29 -04:00
"extends": ["stylelint-config-primer", "stylelint-config-prettier"],
2020-04-23 23:42:57 -04:00
"plugins": ["stylelint-prettier"],
"rules": {
"prettier/prettier": true
}
2017-03-09 13:16:08 -05:00
}