Skip to content

Commit

Permalink
[added] eslintrc to support in-editor linting
Browse files Browse the repository at this point in the history
  • Loading branch information
thealjey committed Oct 7, 2015
1 parent bc17907 commit fd38672
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
build/**
coverage/**
docs/**
interfaces/**
node_modules/**
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "./node_modules/webcompiler/config/eslint.yml"
}

0 comments on commit fd38672

Please sign in to comment.