[eslint-v2] no gens, no dup props in obj literal

This commit is contained in:
Harrison Shoff
2016-02-12 11:42:15 -08:00
committed by Jordan Harband
parent 3aa8c58487
commit 75807b9d5e

View File

@@ -6,7 +6,9 @@ module.exports = {
'ecmaVersion': 6,
'sourceType': 'module',
'ecmaFeatures': {
'jsx': true
'jsx': true,
'generators': false,
'objectLiteralDuplicateProperties': false
}
},
'rules': {