eslint-config-mm
Advanced tools
Comparing version 1.0.2 to 1.1.0
10
es6.js
@@ -18,12 +18,12 @@ 'use strict'; | ||
'no-confusing-arrow': 2, | ||
'no-var': 1, | ||
'object-shorthand': [1, 'never'], | ||
'prefer-arrow-callback': 1, | ||
'no-var': 2, | ||
'object-shorthand': [2, 'never'], | ||
'prefer-arrow-callback': 2, | ||
'prefer-const': 2, | ||
// Can't use rest params yet: https://github.com/nodejs/node/issues/5411 | ||
// 'prefer-rest-params': 1, | ||
'prefer-spread': 1, | ||
'prefer-template': 1, | ||
'prefer-spread': 2, | ||
'prefer-template': 2, | ||
'template-curly-spacing': [2, 'never'] | ||
} | ||
}; |
{ | ||
"name": "eslint-config-mm", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Eslint rules for Matchminds projects @ Enrise", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |