Skip to content

Commit 32c2975

Browse files
authored
Create .stickler.yml
1 parent 5f35931 commit 32c2975

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.stickler.yml

+16
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)