eslint-config-prettier
Advanced tools
Comparing version 5.0.0 to 5.1.0
@@ -0,1 +1,5 @@ | ||
### Version 5.1.0 (2019-06-25) | ||
- Added: [react/jsx-curly-newline]. Thanks to Masafumi Koba (@ybiquitous)! | ||
### Version 5.0.0 (2019-06-15) | ||
@@ -292,2 +296,3 @@ | ||
[react/jsx-closing-tag-location]: https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-closing-tag-location.md | ||
[react/jsx-curly-newline]: [react/jsx-curly-newline] | ||
[react/jsx-one-expression-per-line]: https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-one-expression-per-line.md | ||
@@ -294,0 +299,0 @@ [react/jsx-props-no-multi-spaces]: https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-props-no-multi-spaces.md |
{ | ||
"name": "eslint-config-prettier", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"license": "MIT", | ||
@@ -41,5 +41,5 @@ "author": "Simon Lydell", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "1.10.2", | ||
"@typescript-eslint/parser": "1.10.2", | ||
"babel-eslint": "10.0.1", | ||
"@typescript-eslint/eslint-plugin": "1.11.0", | ||
"@typescript-eslint/parser": "1.11.0", | ||
"babel-eslint": "10.0.2", | ||
"cross-spawn": "6.0.5", | ||
@@ -50,8 +50,8 @@ "doctoc": "1.4.0", | ||
"eslint-plugin-babel": "5.3.0", | ||
"eslint-plugin-flowtype": "3.10.3", | ||
"eslint-plugin-flowtype": "3.11.1", | ||
"eslint-plugin-prettier": "3.1.0", | ||
"eslint-plugin-react": "7.13.0", | ||
"eslint-plugin-react": "7.14.2", | ||
"eslint-plugin-standard": "4.0.0", | ||
"eslint-plugin-unicorn": "9.1.0", | ||
"eslint-plugin-vue": "5.2.2", | ||
"eslint-plugin-unicorn": "9.1.1", | ||
"eslint-plugin-vue": "5.2.3", | ||
"jest": "24.8.0", | ||
@@ -58,0 +58,0 @@ "prettier": "1.18.2", |
@@ -8,2 +8,3 @@ "use strict"; | ||
"react/jsx-closing-tag-location": "off", | ||
"react/jsx-curly-newline": "off", | ||
"react/jsx-curly-spacing": "off", | ||
@@ -10,0 +11,0 @@ "react/jsx-equals-spacing": "off", |
@@ -771,9 +771,9 @@ # eslint-config-prettier [![Build Status][travis-badge]][travis] | ||
- prettier 1.18.2 | ||
- @typescript-eslint/eslint-plugin 1.10.2 | ||
- @typescript-eslint/eslint-plugin 1.11.0 | ||
- eslint-plugin-babel 5.3.0 | ||
- eslint-plugin-flowtype 3.10.3 | ||
- eslint-plugin-react 7.13.0 | ||
- eslint-plugin-flowtype 3.11.1 | ||
- eslint-plugin-react 7.14.2 | ||
- eslint-plugin-standard 4.0.0 | ||
- eslint-plugin-unicorn 9.1.0 | ||
- eslint-plugin-vue 5.2.2 | ||
- eslint-plugin-unicorn 9.1.1 | ||
- eslint-plugin-vue 5.2.3 | ||
@@ -780,0 +780,0 @@ Have new rules been added since those versions? Have we missed any rules? Is |
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
53081
414