eslint-config-prettier
Advanced tools
Comparing version 6.10.1 to 6.11.0
@@ -11,2 +11,3 @@ "use strict"; | ||
"@typescript-eslint/indent": "off", | ||
"@typescript-eslint/keyword-spacing": "off", | ||
"@typescript-eslint/member-delimiter-style": "off", | ||
@@ -13,0 +14,0 @@ "@typescript-eslint/no-extra-parens": "off", |
@@ -0,1 +1,5 @@ | ||
### Version 6.11.0 (2020-04-21) | ||
- Added: [@typescript-eslint/keyword-spacing]. Thanks to Hans Bergren (@hbergren)!! | ||
### Version 6.10.1 (2020-03-22) | ||
@@ -8,3 +12,3 @@ | ||
- Added: [@typescript-eslint/comma-spacing]. Thanks to Thanks to Masafumi Koba (@ybiquitous)!! | ||
- Added: [@typescript-eslint/comma-spacing]. Thanks to Masafumi Koba (@ybiquitous)!! | ||
@@ -273,2 +277,3 @@ ### Version 6.9.0 (2019-12-27) | ||
[@typescript-eslint/func-call-spacing]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/func-call-spacing.md | ||
[@typescript-eslint/keyword-spacing]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/keyword-spacing.md | ||
[@typescript-eslint/no-extra-parens]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-extra-parens.md | ||
@@ -275,0 +280,0 @@ [@typescript-eslint/no-extra-semi]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-extra-semi.md |
{ | ||
"name": "eslint-config-prettier", | ||
"version": "6.10.1", | ||
"version": "6.11.0", | ||
"license": "MIT", | ||
@@ -43,6 +43,6 @@ "author": "Simon Lydell", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "2.24.0", | ||
"@typescript-eslint/parser": "2.24.0", | ||
"@typescript-eslint/eslint-plugin": "2.29.0", | ||
"@typescript-eslint/parser": "2.29.0", | ||
"babel-eslint": "10.1.0", | ||
"cross-spawn": "7.0.1", | ||
"cross-spawn": "7.0.2", | ||
"doctoc": "1.4.0", | ||
@@ -53,10 +53,10 @@ "eslint": "6.8.0", | ||
"eslint-plugin-babel": "5.3.0", | ||
"eslint-plugin-flowtype": "4.6.0", | ||
"eslint-plugin-prettier": "3.1.2", | ||
"eslint-plugin-flowtype": "4.7.0", | ||
"eslint-plugin-prettier": "3.1.3", | ||
"eslint-plugin-react": "7.19.0", | ||
"eslint-plugin-standard": "4.0.1", | ||
"eslint-plugin-unicorn": "17.2.0", | ||
"eslint-plugin-unicorn": "18.0.1", | ||
"eslint-plugin-vue": "6.2.2", | ||
"jest": "25.1.0", | ||
"prettier": "2.0.1", | ||
"jest": "25.4.0", | ||
"prettier": "2.0.5", | ||
"replace": "1.1.5", | ||
@@ -63,0 +63,0 @@ "rimraf": "3.0.2", |
@@ -741,9 +741,9 @@ # eslint-config-prettier | ||
- eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x | ||
- prettier 2.0.1 | ||
- @typescript-eslint/eslint-plugin 2.24.0 | ||
- prettier 2.0.5 | ||
- @typescript-eslint/eslint-plugin 2.29.0 | ||
- eslint-plugin-babel 5.3.0 | ||
- eslint-plugin-flowtype 4.6.0 | ||
- eslint-plugin-flowtype 4.7.0 | ||
- eslint-plugin-react 7.19.0 | ||
- eslint-plugin-standard 4.0.1 | ||
- eslint-plugin-unicorn 17.2.1 | ||
- eslint-plugin-unicorn 18.0.1 | ||
- eslint-plugin-vue 6.2.2 | ||
@@ -750,0 +750,0 @@ |
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
61516
441