Skip to content

Commit

Permalink
add css linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rrfaria committed Nov 20, 2017
1 parent d574d37 commit 6cc8ff0
Show file tree
Hide file tree
Showing 5 changed files with 1,735 additions and 112 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
3 changes: 3 additions & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "stylelint-config-standard"
}
Loading

0 comments on commit 6cc8ff0

Please sign in to comment.