eslint-config-mixpanel
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -21,2 +21,3 @@ module.exports = { | ||
'linebreak-style': [2, 'unix'], | ||
'multiline-ternary': [2, 'never'], | ||
'no-console': [1, {allow: ['info', 'warn', 'error']}], | ||
@@ -23,0 +24,0 @@ 'no-debugger': 1, |
{ | ||
"name": "eslint-config-mixpanel", | ||
"description": "Mixpanel JavaScript style", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"main": "index.js", | ||
@@ -19,3 +19,6 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/mixpanel/eslint-config" | ||
"homepage": "https://github.com/mixpanel/eslint-config", | ||
"peerDependencies": { | ||
"eslint": ">=3.1.0 <4.0.0" | ||
} | ||
} |
2495
26
1