eslint-config-segment
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -26,2 +26,3 @@ 'use strict'; | ||
rules: { | ||
'jsx-quotes': 2, | ||
'no-extra-parens': 0, | ||
@@ -33,3 +34,2 @@ 'react/jsx-curly-spacing': 2, | ||
'react/jsx-no-duplicate-props': 2, | ||
'react/jsx-quotes': [2, 'double'], | ||
'react/jsx-uses-react': [2, { pragma: 'element' }], | ||
@@ -36,0 +36,0 @@ 'react/self-closing-comp': 2, |
2.0.0 / 2015-09-29 | ||
2.0.1 / 2015-09-29 | ||
================== | ||
* Merge pull request #24 from segmentio/plugin-react/update | ||
* Merge pull request #23 from segmentio/eslint/upgrade | ||
* adding some newer jsx rules | ||
* removing outdated rules | ||
* updating deps | ||
* switching to core jsx-quotes instead of plugin |
{ | ||
"name": "eslint-config-segment", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Segment's base ESLint configuration.", | ||
@@ -5,0 +5,0 @@ "author": "Segment <friends@segment.com>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5843