Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
the-j0k3r committed May 17, 2020
1 parent 84a9eb5 commit e9f1f3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
root: true
extends: eslint-config-silverwind

rules:
unicorn/escape-case: off
no-console: off
1 change: 1 addition & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ rules:
selector-type-no-unknown: null
string-quotes: double
value-list-comma-newline-after: null
value-keyword-case: null

0 comments on commit e9f1f3e

Please sign in to comment.