mirror of https://github.com/thangisme/notes.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
342 B
JSON
14 lines
342 B
JSON
{
|
|
"ignoreFiles": [
|
|
"assets/css/just-the-docs-default.scss",
|
|
"assets/css/just-the-docs-light.scss",
|
|
"assets/css/just-the-docs-dark.scss",
|
|
"_sass/vendor/**/*.scss"
|
|
],
|
|
"extends": ["stylelint-config-primer", "stylelint-config-prettier"],
|
|
"plugins": ["stylelint-prettier"],
|
|
"rules": {
|
|
"prettier/prettier": true
|
|
}
|
|
}
|