Skip to content

Commit

Permalink
Refactor code-style to use xo
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 30, 2016
1 parent 8d7f089 commit 80bf0e3
Show file tree
Hide file tree
Showing 11 changed files with 270 additions and 385 deletions.
8 changes: 1 addition & 7 deletions .editorconfig
Expand Up @@ -2,14 +2,8 @@ root = true

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

[*.{eslintrc,json,remarkrc,svg,yml}]
indent_size = 2

[*.md]
trim_trailing_whitespace = false
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

6 changes: 0 additions & 6 deletions .eslintrc

This file was deleted.

39 changes: 0 additions & 39 deletions .jscs.json

This file was deleted.

15 changes: 0 additions & 15 deletions .remarkrc

This file was deleted.

3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -5,8 +5,7 @@ node_js:
- '4.0'
- '5.0'
- '6.0'
sudo: false
after_script: npm install codecov.io && cat ./coverage/lcov.info | codecov
after_success: bash <(curl -s https://codecov.io/bash)
deploy:
- provider: npm
email: tituswormer@gmail.com
Expand Down

1 comment on commit 80bf0e3

@sindresorhus
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

Please sign in to comment.