Merge pull request babel/eslint-plugin-babel#10 from aruberto/master
add arrow-parens to index.js
This commit is contained in:
parent
902ae7e6e7
commit
cc73bb56b6
@ -6,11 +6,13 @@ module.exports = {
|
||||
'new-cap': require('./rules/new-cap'),
|
||||
'object-curly-spacing': require('./rules/object-curly-spacing'),
|
||||
'object-shorthand': require('./rules/object-shorthand'),
|
||||
'arrow-parens': require('./rules/arrow-parens'),
|
||||
},
|
||||
rulesConfig: {
|
||||
'generator-star-spacing': 0,
|
||||
'new-cap': 0,
|
||||
'object-curly-spacing': 0,
|
||||
'object-shorthand': 0,
|
||||
'arrow-parens': 0,
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user