Skip to content

Commit

Permalink
build: use yaml eslint configuration
Browse files Browse the repository at this point in the history
closes #3561
  • Loading branch information
hiroppy authored and dougwilson committed Feb 13, 2018
1 parent cbaa046 commit 98b0b66
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 98b0b66

Please sign in to comment.