Skip to content

Commit

Permalink
Merge pull request #6 from macnick/add-stickler-config
Browse files Browse the repository at this point in the history
Adding .stickler.yml configuration file
  • Loading branch information
macnick authored Jan 9, 2020
2 parents 67ef098 + 6817c2c commit 552178a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .stickler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
linters:
rubocop:
fixer: true
csslint: { }
files:
ignore:
- 'bower_components/*'
- 'node_modules/*'
fixers:
enable: true

0 comments on commit 552178a

Please sign in to comment.