Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
zacanger committed Sep 27, 2016
1 parent 2c430c1 commit 9354493
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 226 deletions.
226 changes: 0 additions & 226 deletions .eslintrc

This file was deleted.

15 changes: 15 additions & 0 deletions .eslintrc.json
@@ -0,0 +1,15 @@
{
"extends": [
"standard",
"standard-react"
],
"plugins": [ "babel" ],
"parser": "babel-eslint",
"rules": {
"comma-style": [1, "first"],
"no-multi-spaces": [0],
"one-var": [0],
"block-spacing": [0],
"key-spacing": [0]
}
}

0 comments on commit 9354493

Please sign in to comment.