Skip to content

Commit

Permalink
Use babel-eslint in the whole project
Browse files Browse the repository at this point in the history
  • Loading branch information
lyubomir authored and hristoterezov committed Feb 3, 2017
1 parent 542e613 commit 679acba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
// files.
'__filename': false
},
'parser': 'babel-eslint',
'parserOptions': {
'ecmaFeatures': {
'experimentalObjectRestSpread': true
Expand Down
1 change: 0 additions & 1 deletion react/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
'extends': '../.eslintrc.js',
'parser': 'babel-eslint',
'parserOptions': {
'ecmaFeatures': {
'jsx': true
Expand Down

0 comments on commit 679acba

Please sign in to comment.