Skip to content

Commit

Permalink
chore: update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Sep 17, 2016
1 parent 7ce70ea commit 67dc716
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Expand Up @@ -9,7 +9,7 @@ insert_final_newline = true
trim_trailing_whitespace = true

[*.{py,sublime-project}]
indent_style = tab
indent_size = 4

[*.md]
trim_trailing_whitespace = false
Expand Down
2 changes: 2 additions & 0 deletions .eslintrc.yml
Expand Up @@ -13,5 +13,7 @@ rules:
- error
- always
no-console: 0
no-unused-vars:
- warn
plugins:
- standard

0 comments on commit 67dc716

Please sign in to comment.