debian-mirror-gitlab/.stylelintrc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
343 B
Plaintext
Raw Permalink Normal View History

2019-07-07 11:18:12 +05:30
{
2021-04-17 20:07:23 +05:30
"extends": ["@gitlab/stylelint-config"],
2021-03-11 19:13:27 +05:30
"ignoreFiles": [
"app/assets/stylesheets/pages/emojis.scss",
"app/assets/stylesheets/startup/startup-*.scss",
2021-09-04 01:27:46 +05:30
"ee/app/assets/stylesheets/startup/startup-*.scss",
2021-04-17 20:07:23 +05:30
"app/assets/stylesheets/highlight/themes/*.scss",
"app/assets/stylesheets/lazy_bundles/cropper.css"
2022-08-13 15:12:31 +05:30
]
2019-07-07 11:18:12 +05:30
}