Skip to content

Commit

Permalink
cr-tweaks add eslint-config-synacor and fix lint failures
Browse files Browse the repository at this point in the history
fix other minor issues
  • Loading branch information
billneff79 committed Oct 19, 2018
1 parent 1e32f22 commit 8f526cf
Show file tree
Hide file tree
Showing 5 changed files with 1,676 additions and 329 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
root = true

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

[{package.json,.*rc,*.yml}]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false
Loading

0 comments on commit 8f526cf

Please sign in to comment.