aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/.stylelintrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/.stylelintrc.js')
-rw-r--r--subprojects/frontend/.stylelintrc.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/subprojects/frontend/.stylelintrc.js b/subprojects/frontend/.stylelintrc.js
deleted file mode 100644
index 7adf8f26..00000000
--- a/subprojects/frontend/.stylelintrc.js
+++ /dev/null
@@ -1,15 +0,0 @@
1module.exports = {
2 extends: 'stylelint-config-recommended-scss',
3 // Simplified for only :export to TypeScript based on
4 // https://github.com/pascalduez/stylelint-config-css-modules/blob/d792a6ac7d2bce8239edccbc5a72e0616f22d696/index.js
5 rules: {
6 'selector-pseudo-class-no-unknown': [
7 true,
8 {
9 ignorePseudoClasses: [
10 'export',
11 ],
12 },
13 ],
14 },
15};