Skip to content

Commit

Permalink
eslint dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
olegakbarov committed Apr 5, 2017
1 parent 193fedd commit 6a65ad9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .eslintignore
@@ -1 +1,3 @@
app/server-bundle.js
node_modules
build
4 changes: 3 additions & 1 deletion .eslintrc
Expand Up @@ -8,6 +8,8 @@ ecmaVersion: 8

env:
node: true
es6: true
browser: true

plugins:
- react
Expand Down Expand Up @@ -140,7 +142,7 @@ rules:

react/no-did-update-set-state: 2
react/no-unknown-property: 2
react/prop-types: 2
# react/prop-types: 2
react/self-closing-comp: 2
react/sort-comp: 2
react/wrap-multilines: 2
Expand Down

0 comments on commit 6a65ad9

Please sign in to comment.