eslint-config-prettier
Advanced tools
Comparing version 6.2.0 to 6.3.0
@@ -7,2 +7,3 @@ "use strict"; | ||
"@typescript-eslint/brace-style": "off", | ||
"@typescript-eslint/func-call-spacing": "off", | ||
@@ -9,0 +10,0 @@ "@typescript-eslint/indent": "off", |
@@ -0,1 +1,6 @@ | ||
### Version 6.3.0 (2019-09-10) | ||
- Added: [@typescript-eslint/brace-style]. Thanks to Masafumi Koba | ||
(@ybiquitous)! | ||
### Version 6.2.0 (2019-09-03) | ||
@@ -299,2 +304,3 @@ | ||
[@typescript-eslint/brace-style]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/brace-style.md | ||
[@typescript-eslint/eslint-plugin]: https://github.com/typescript-eslint/typescript-eslint | ||
@@ -301,0 +307,0 @@ [@typescript-eslint/func-call-spacing]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/func-call-spacing.md |
{ | ||
"name": "eslint-config-prettier", | ||
"version": "6.2.0", | ||
"version": "6.3.0", | ||
"license": "MIT", | ||
@@ -41,4 +41,4 @@ "author": "Simon Lydell", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "2.1.0", | ||
"@typescript-eslint/parser": "2.1.0", | ||
"@typescript-eslint/eslint-plugin": "2.2.0", | ||
"@typescript-eslint/parser": "2.2.0", | ||
"babel-eslint": "10.0.3", | ||
@@ -60,3 +60,3 @@ "cross-spawn": "6.0.5", | ||
"rimraf": "3.0.0", | ||
"typescript": "3.5.3" | ||
"typescript": "3.6.2" | ||
}, | ||
@@ -63,0 +63,0 @@ "peerDependencies": { |
@@ -788,3 +788,3 @@ # eslint-config-prettier [![Build Status][travis-badge]][travis] | ||
- prettier 1.18.2 | ||
- @typescript-eslint/eslint-plugin 2.1.0 | ||
- @typescript-eslint/eslint-plugin 2.2.0 | ||
- eslint-plugin-babel 5.3.0 | ||
@@ -791,0 +791,0 @@ - eslint-plugin-flowtype 4.3.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
56633
417