Skip to content

Commit

Permalink
Configuring lint (#19)
Browse files Browse the repository at this point in the history
Closes #17 

* Initial config of eslint. refs #17

* Add missing .eslintrc

* Set no-console to warn in eslint config

* Organizing npm scripts

* Adding wercker build status badge to README
  • Loading branch information
rafaelverger authored Mar 29, 2018
1 parent df75316 commit b3e8c1e
Show file tree
Hide file tree
Showing 6 changed files with 1,005 additions and 12 deletions.
11 changes: 11 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"parser": "babel-eslint",
"extends": "eslint:recommended",
"rules": {
"no-console": "warn"
},
"env": {
"node": true,
"es6": true
}
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![wercker status](https://app.wercker.com/status/7abb18ad3bd562265fdde6cd5edfc93b/m/master "wercker status")](https://app.wercker.com/project/byKey/7abb18ad3bd562265fdde6cd5edfc93b)

# Overflow News
:books: Don't waste time searching for good dev blog posts. Get the latest news here.

Expand Down
Loading

0 comments on commit b3e8c1e

Please sign in to comment.