summaryrefslogtreecommitdiff
path: root/.stylelintrc
blob: faab22862fc4f4d48b8d4a29752bd3f1342c06b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
   "extends": ["@gitlab/stylelint-config"],
   "ignoreFiles": [
     "app/assets/stylesheets/pages/emojis.scss",
     "app/assets/stylesheets/startup/startup-*.scss",
     "ee/app/assets/stylesheets/startup/startup-*.scss",
     "app/assets/stylesheets/lazy_bundles/select2.scss",
     "app/assets/stylesheets/highlight/themes/*.scss",
     "app/assets/stylesheets/lazy_bundles/cropper.css"
   ]
}