We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f35931 commit 32c2975Copy full SHA for 32c2975
.stickler.yml
@@ -0,0 +1,16 @@
1
+
2
+# add the linters you want stickler to use for this project
3
+linters:
4
+ eslint:
5
+ # indicate where is the config file for stylelint
6
+ config: './.eslintrc.json'
7
8
+# add the files here you want to be ignored by stylelint
9
+files:
10
+ ignore:
11
+ - 'dist/*'
12
13
+# PLEASE DO NOT enable auto fixing options
14
+# if you need extra support from you linter - do it in your local env as described in README for this config
15
16
+# find full documentation here: https://stickler-ci.com/docs
0 commit comments