Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
config(linter): ESLint + Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lauthieb committed Jan 25, 2018
1 parent 61b67eb commit 7787016
Show file tree
Hide file tree
Showing 16 changed files with 15,754 additions and 251 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 = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
browser: true,
node: true
},
extends: 'airbnb-base',
extends: ["airbnb-base", "prettier"],
globals: {
__static: true
},
Expand Down
Loading

0 comments on commit 7787016

Please sign in to comment.