Idris2/.github/linters/.stylelintrc.json
Matthew Mosior 91d0eb3e31
Show module docstring for namespace indexes (#3351)
* Adding files to address issue 3014.

* Fixing indentation in support/docs/default.css.

* [ fix ] li needs to be a direct child of an lu node

Cf. https://validator.w3.org/

* [ css ] prettier output

TODO: add a common.css for these shared parts?

* [ fix ] missing closing brace

* [ lint ] alignment, whitespace

---------

Co-authored-by: Guillaume Allais <guillaume.allais@ens-lyon.org>
2024-07-25 13:18:46 +01:00

7 lines
102 B
JSON

{
"extends": "stylelint-config-standard",
"rules": {
"selector-not-notation": "complex"
}
}