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 Aug 1, 2016
1 parent 781de35 commit 01543d5
Show file tree
Hide file tree
Showing 27 changed files with 2,331 additions and 2,404 deletions.
8 changes: 1 addition & 7 deletions .editorconfig
Original file line number Diff line number Diff line change
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

[*.{json,svg,remarkrc,eslintrc}]
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.

5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store
*.log
.nyc_output/
coverage/
node_modules/
/unified.js
/unified.min.js
unified.js
unified.min.js
39 changes: 0 additions & 39 deletions .jscs.json

This file was deleted.

15 changes: 0 additions & 15 deletions .remarkrc

This file was deleted.

9 changes: 2 additions & 7 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,5 @@

'use strict';

/* eslint-env commonjs */

/*
* Expose.
*/

module.exports = require('./lib/unified.js');
/* Expose. */
module.exports = require('./lib/index.js');
Loading

0 comments on commit 01543d5

Please sign in to comment.