Skip to content

Commit

Permalink
lint: rename .eslintrc to .eslintrc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Feb 13, 2018
1 parent d2e6e33 commit 1e0ffa0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .eslintrc

This file was deleted.

7 changes: 7 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
root: true

rules:
eol-last: error
indent: [error, 2, {SwitchCase: 1}]
no-trailing-spaces: error
no-unused-vars: [error, {vars: all, args: none, ignoreRestSiblings: true}]

0 comments on commit 1e0ffa0

Please sign in to comment.