eslint-config-prettier 6.2.0 → 6.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@typescript-eslint.js +1 -0
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +4 -4
package/@typescript-eslint.js
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
### Version 6.3.0 (2019-09-10)
|
|
2
|
+
|
|
3
|
+
- Added: [@typescript-eslint/brace-style]. Thanks to Masafumi Koba
|
|
4
|
+
(@ybiquitous)!
|
|
5
|
+
|
|
1
6
|
### Version 6.2.0 (2019-09-03)
|
|
2
7
|
|
|
3
8
|
- Added: [@typescript-eslint/quotes] (as a [special
|
|
@@ -296,6 +301,7 @@
|
|
|
296
301
|
|
|
297
302
|
- Initial release.
|
|
298
303
|
|
|
304
|
+
[@typescript-eslint/brace-style]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/brace-style.md
|
|
299
305
|
[@typescript-eslint/eslint-plugin]: https://github.com/typescript-eslint/typescript-eslint
|
|
300
306
|
[@typescript-eslint/func-call-spacing]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/func-call-spacing.md
|
|
301
307
|
[@typescript-eslint/no-extra-parens]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-extra-parens.md
|
package/README.md
CHANGED
|
@@ -785,7 +785,7 @@ eslint-config-prettier has been tested with:
|
|
|
785
785
|
- eslint-config-prettier 2.10.0 and older were tested with ESLint 4.x
|
|
786
786
|
- eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x
|
|
787
787
|
- prettier 1.18.2
|
|
788
|
-
- @typescript-eslint/eslint-plugin 2.
|
|
788
|
+
- @typescript-eslint/eslint-plugin 2.2.0
|
|
789
789
|
- eslint-plugin-babel 5.3.0
|
|
790
790
|
- eslint-plugin-flowtype 4.3.0
|
|
791
791
|
- eslint-plugin-react 7.14.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-prettier",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.3.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Simon Lydell",
|
|
6
6
|
"description": "Turns off all rules that are unnecessary or might conflict with Prettier.",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"get-stdin": "^6.0.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@typescript-eslint/eslint-plugin": "2.
|
|
42
|
-
"@typescript-eslint/parser": "2.
|
|
41
|
+
"@typescript-eslint/eslint-plugin": "2.2.0",
|
|
42
|
+
"@typescript-eslint/parser": "2.2.0",
|
|
43
43
|
"babel-eslint": "10.0.3",
|
|
44
44
|
"cross-spawn": "6.0.5",
|
|
45
45
|
"doctoc": "1.4.0",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"prettier": "1.18.2",
|
|
57
57
|
"replace": "1.1.1",
|
|
58
58
|
"rimraf": "3.0.0",
|
|
59
|
-
"typescript": "3.
|
|
59
|
+
"typescript": "3.6.2"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"eslint": ">=3.14.1"
|