eslint-config-prettier
Advanced tools
Comparing version 6.7.0 to 6.8.0
@@ -12,2 +12,3 @@ "use strict"; | ||
"@typescript-eslint/no-extra-parens": "off", | ||
"@typescript-eslint/no-extra-semi": "off", | ||
"@typescript-eslint/semi": "off", | ||
@@ -14,0 +15,0 @@ "@typescript-eslint/space-before-function-paren": "off", |
@@ -0,1 +1,5 @@ | ||
### Version 6.8.0 (2019-12-25) | ||
- Added: [@typescript-eslint/no-extra-semi]. Thanks to @xcatliu! | ||
### Version 6.7.0 (2019-11-19) | ||
@@ -328,2 +332,3 @@ | ||
[@typescript-eslint/no-extra-parens]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-extra-parens.md | ||
[@typescript-eslint/no-extra-semi]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-extra-semi.md | ||
[@typescript-eslint/quotes-special]: https://github.com/prettier/eslint-config-prettier/blob/857257179fe69715362dfa9300762d6e534c0603/README.md#quotes | ||
@@ -330,0 +335,0 @@ [@typescript-eslint/quotes]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/quotes.md |
{ | ||
"name": "eslint-config-prettier", | ||
"version": "6.7.0", | ||
"version": "6.8.0", | ||
"license": "MIT", | ||
@@ -42,4 +42,4 @@ "author": "Simon Lydell", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "2.8.0", | ||
"@typescript-eslint/parser": "2.8.0", | ||
"@typescript-eslint/eslint-plugin": "2.13.0", | ||
"@typescript-eslint/parser": "2.13.0", | ||
"babel-eslint": "10.0.3", | ||
@@ -52,7 +52,7 @@ "cross-spawn": "6.0.5", | ||
"eslint-plugin-babel": "5.3.0", | ||
"eslint-plugin-flowtype": "4.4.1", | ||
"eslint-plugin-prettier": "3.1.1", | ||
"eslint-plugin-react": "7.16.0", | ||
"eslint-plugin-flowtype": "4.5.2", | ||
"eslint-plugin-prettier": "3.1.2", | ||
"eslint-plugin-react": "7.17.0", | ||
"eslint-plugin-standard": "4.0.1", | ||
"eslint-plugin-unicorn": "13.0.0", | ||
"eslint-plugin-unicorn": "15.0.1", | ||
"eslint-plugin-vue": "6.0.1", | ||
@@ -63,3 +63,3 @@ "jest": "24.9.0", | ||
"rimraf": "3.0.0", | ||
"typescript": "3.7.2" | ||
"typescript": "3.7.4" | ||
}, | ||
@@ -66,0 +66,0 @@ "peerDependencies": { |
@@ -796,3 +796,3 @@ # eslint-config-prettier [![Build Status][travis-badge]][travis] | ||
- ESLint 6.6.0 | ||
- ESLint 6.8.0 | ||
- eslint-config-prettier 5.1.0 and older were tested with ESLint 5.x | ||
@@ -802,8 +802,8 @@ - eslint-config-prettier 2.10.0 and older were tested with ESLint 4.x | ||
- prettier 1.19.1 | ||
- @typescript-eslint/eslint-plugin 2.8.0 | ||
- @typescript-eslint/eslint-plugin 2.13.0 | ||
- eslint-plugin-babel 5.3.0 | ||
- eslint-plugin-flowtype 4.4.1 | ||
- eslint-plugin-react 7.16.0 | ||
- eslint-plugin-flowtype 4.5.2 | ||
- eslint-plugin-react 7.17.0 | ||
- eslint-plugin-standard 4.0.1 | ||
- eslint-plugin-unicorn 13.0.0 | ||
- eslint-plugin-unicorn 15.0.1 | ||
- eslint-plugin-vue 6.0.1 | ||
@@ -810,0 +810,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
59662
438