Skip to content

Commit

Permalink
include parsers for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
helixbass committed Jun 28, 2018
1 parent 6da876e commit 9833419
Show file tree
Hide file tree
Showing 8 changed files with 5,946 additions and 241 deletions.
7 changes: 7 additions & 0 deletions .eslintrc-js.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
parser: ./lib/parser-js.js
rules:
no-undef: error
no-unused-vars: error
env:
node: true
mocha: true
5 changes: 5 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
parser: ./lib/index.js
rules:
use-isnan: error
# extends:
# - plugin:coffee/all
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
Loading

0 comments on commit 9833419

Please sign in to comment.