eslint-config-prettier
Advanced tools
Comparing version 6.3.0 to 6.4.0
@@ -0,1 +1,6 @@ | ||
### Version 6.4.0 (2019-10-05) | ||
- Added: [unicorn/no-nested-ternary]. Thanks to Yang Mingshan | ||
(@yangmingshan)! | ||
### Version 6.3.0 (2019-09-10) | ||
@@ -358,2 +363,3 @@ | ||
[template-tag-spacing]: https://eslint.org/docs/rules/template-tag-spacing | ||
[unicorn/no-nested-ternary]: https://github.com/sindresorhus/eslint-plugin-unicorn/blob/master/docs/rules/no-nested-ternary.md | ||
[vue/arrow-spacing]: https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/arrow-spacing.md | ||
@@ -360,0 +366,0 @@ [vue/block-spacing]: https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/block-spacing.md |
{ | ||
"name": "eslint-config-prettier", | ||
"version": "6.3.0", | ||
"version": "6.4.0", | ||
"license": "MIT", | ||
@@ -41,15 +41,15 @@ "author": "Simon Lydell", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "2.2.0", | ||
"@typescript-eslint/parser": "2.2.0", | ||
"@typescript-eslint/eslint-plugin": "2.3.2", | ||
"@typescript-eslint/parser": "2.3.2", | ||
"babel-eslint": "10.0.3", | ||
"cross-spawn": "6.0.5", | ||
"doctoc": "1.4.0", | ||
"eslint": "6.3.0", | ||
"eslint": "6.5.1", | ||
"eslint-config-google": "0.14.0", | ||
"eslint-plugin-babel": "5.3.0", | ||
"eslint-plugin-flowtype": "4.3.0", | ||
"eslint-plugin-prettier": "3.1.0", | ||
"eslint-plugin-react": "7.14.3", | ||
"eslint-plugin-prettier": "3.1.1", | ||
"eslint-plugin-react": "7.16.0", | ||
"eslint-plugin-standard": "4.0.1", | ||
"eslint-plugin-unicorn": "10.0.0", | ||
"eslint-plugin-unicorn": "12.0.2", | ||
"eslint-plugin-vue": "5.2.3", | ||
@@ -60,3 +60,3 @@ "jest": "24.9.0", | ||
"rimraf": "3.0.0", | ||
"typescript": "3.6.2" | ||
"typescript": "3.6.3" | ||
}, | ||
@@ -63,0 +63,0 @@ "peerDependencies": { |
@@ -783,3 +783,3 @@ # eslint-config-prettier [![Build Status][travis-badge]][travis] | ||
- ESLint 6.3.0 | ||
- ESLint 6.5.1 | ||
- eslint-config-prettier 5.1.0 and older were tested with ESLint 5.x | ||
@@ -789,8 +789,8 @@ - eslint-config-prettier 2.10.0 and older were tested with ESLint 4.x | ||
- prettier 1.18.2 | ||
- @typescript-eslint/eslint-plugin 2.2.0 | ||
- @typescript-eslint/eslint-plugin 2.3.2 | ||
- eslint-plugin-babel 5.3.0 | ||
- eslint-plugin-flowtype 4.3.0 | ||
- eslint-plugin-react 7.14.3 | ||
- eslint-plugin-react 7.16.0 | ||
- eslint-plugin-standard 4.0.1 | ||
- eslint-plugin-unicorn 10.0.0 | ||
- eslint-plugin-unicorn 12.0.2 | ||
- eslint-plugin-vue 5.2.3 | ||
@@ -797,0 +797,0 @@ |
@@ -5,4 +5,5 @@ "use strict"; | ||
rules: { | ||
"unicorn/no-nested-ternary": "off", | ||
"unicorn/number-literal-case": "off" | ||
} | ||
}; |
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
56914
418