Skip to content

Commit

Permalink
build: use yaml eslint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed May 8, 2019
1 parent 421f96c commit f85d157
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .eslintrc

This file was deleted.

5 changes: 5 additions & 0 deletions .eslintrc.yml
@@ -0,0 +1,5 @@
root: true
rules:
eol-last: error
indent: ["error", 2, { "SwitchCase": 1 }]
no-trailing-spaces: error

0 comments on commit f85d157

Please sign in to comment.