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 Sep 30, 2018
1 parent 0168ac2 commit 00d6eec
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 15 deletions.
10 changes: 0 additions & 10 deletions .eslintrc

This file was deleted.

7 changes: 7 additions & 0 deletions .eslintrc.yml
@@ -0,0 +1,7 @@
root: true
env:
node: true
rules:
indent: ["error", 2, { "SwitchCase": 1 }]
quotes: ["error", "single"]
space-in-parens: ["error", "never"]
5 changes: 0 additions & 5 deletions test/.eslintrc

This file was deleted.

2 changes: 2 additions & 0 deletions test/.eslintrc.yml
@@ -0,0 +1,2 @@
env:
mocha: true

0 comments on commit 00d6eec

Please sign in to comment.