aboutsummaryrefslogtreecommitdiff
path: root/dokka-subprojects/plugin-base-frontend/stylelint.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'dokka-subprojects/plugin-base-frontend/stylelint.config.js')
-rw-r--r--dokka-subprojects/plugin-base-frontend/stylelint.config.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/dokka-subprojects/plugin-base-frontend/stylelint.config.js b/dokka-subprojects/plugin-base-frontend/stylelint.config.js
new file mode 100644
index 00000000..23c951f0
--- /dev/null
+++ b/dokka-subprojects/plugin-base-frontend/stylelint.config.js
@@ -0,0 +1,8 @@
+/*
+ * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
+ */
+
+module.exports = {
+ extends: '@jetbrains/stylelint-config',
+ rules: {}
+};