Skip to content

Commit

Permalink
Extend ./react/.eslintrc.js from ./.eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lyubomir committed Dec 1, 2016
1 parent e8c631d commit c1df375
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions react/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
module.exports = {
'env': {
'browser': true,
'commonjs': true,
'es6': true
},
'extends': '../.eslintrc.js',
'parser': 'babel-eslint',
'parserOptions': {
'ecmaFeatures': {
'experimentalObjectRestSpread': true,
'jsx': true
},
'sourceType': 'module'
}
},
'plugins': [
'jsdoc',
Expand Down

0 comments on commit c1df375

Please sign in to comment.