Skip to content

Commit

Permalink
fix(lint): styles are now linted with stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
kebabmaster committed Mar 3, 2020
1 parent fdc17d4 commit 3c17198
Show file tree
Hide file tree
Showing 7 changed files with 1,151 additions and 34 deletions.
6 changes: 6 additions & 0 deletions .stylelintrc.json
@@ -0,0 +1,6 @@
{
"extends": "stylelint-config-standard",
"ignoreFiles": [
"src/decorators/*.js"
]
}

0 comments on commit 3c17198

Please sign in to comment.