mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 13:58:13 -05:00
[eslint-v2] no gens, no dup props in obj literal
This commit is contained in:
committed by
Jordan Harband
parent
3aa8c58487
commit
75807b9d5e
@@ -6,7 +6,9 @@ module.exports = {
|
||||
'ecmaVersion': 6,
|
||||
'sourceType': 'module',
|
||||
'ecmaFeatures': {
|
||||
'jsx': true
|
||||
'jsx': true,
|
||||
'generators': false,
|
||||
'objectLiteralDuplicateProperties': false
|
||||
}
|
||||
},
|
||||
'rules': {
|
||||
|
||||
Reference in New Issue
Block a user