eslint-config-prettier 6.10.1 → 6.11.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 -1
- package/README.md +4 -4
- package/package.json +9 -9
package/@typescript-eslint.js
CHANGED
|
@@ -8,6 +8,7 @@ module.exports = {
|
|
|
8
8
|
"@typescript-eslint/comma-spacing": "off",
|
|
9
9
|
"@typescript-eslint/func-call-spacing": "off",
|
|
10
10
|
"@typescript-eslint/indent": "off",
|
|
11
|
+
"@typescript-eslint/keyword-spacing": "off",
|
|
11
12
|
"@typescript-eslint/member-delimiter-style": "off",
|
|
12
13
|
"@typescript-eslint/no-extra-parens": "off",
|
|
13
14
|
"@typescript-eslint/no-extra-semi": "off",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
### Version 6.11.0 (2020-04-21)
|
|
2
|
+
|
|
3
|
+
- Added: [@typescript-eslint/keyword-spacing]. Thanks to Hans Bergren (@hbergren)!!
|
|
4
|
+
|
|
1
5
|
### Version 6.10.1 (2020-03-22)
|
|
2
6
|
|
|
3
7
|
- Improved: Recommend using `npx` when running the CLI helper tool.
|
|
@@ -5,7 +9,7 @@
|
|
|
5
9
|
|
|
6
10
|
### Version 6.10.0 (2020-01-28)
|
|
7
11
|
|
|
8
|
-
- Added: [@typescript-eslint/comma-spacing]. Thanks to
|
|
12
|
+
- Added: [@typescript-eslint/comma-spacing]. Thanks to Masafumi Koba (@ybiquitous)!!
|
|
9
13
|
|
|
10
14
|
### Version 6.9.0 (2019-12-27)
|
|
11
15
|
|
|
@@ -269,6 +273,7 @@
|
|
|
269
273
|
[@typescript-eslint/comma-spacing]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/comma-spacing.md
|
|
270
274
|
[@typescript-eslint/eslint-plugin]: https://github.com/typescript-eslint/typescript-eslint
|
|
271
275
|
[@typescript-eslint/func-call-spacing]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/func-call-spacing.md
|
|
276
|
+
[@typescript-eslint/keyword-spacing]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/keyword-spacing.md
|
|
272
277
|
[@typescript-eslint/no-extra-parens]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-extra-parens.md
|
|
273
278
|
[@typescript-eslint/no-extra-semi]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-extra-semi.md
|
|
274
279
|
[@typescript-eslint/quotes-special]: https://github.com/prettier/eslint-config-prettier/blob/857257179fe69715362dfa9300762d6e534c0603/README.md#quotes
|
package/README.md
CHANGED
|
@@ -738,13 +738,13 @@ eslint-config-prettier has been tested with:
|
|
|
738
738
|
- eslint-config-prettier 5.1.0 and older were tested with ESLint 5.x
|
|
739
739
|
- eslint-config-prettier 2.10.0 and older were tested with ESLint 4.x
|
|
740
740
|
- eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x
|
|
741
|
-
- prettier 2.0.
|
|
742
|
-
- @typescript-eslint/eslint-plugin 2.
|
|
741
|
+
- prettier 2.0.5
|
|
742
|
+
- @typescript-eslint/eslint-plugin 2.29.0
|
|
743
743
|
- eslint-plugin-babel 5.3.0
|
|
744
|
-
- eslint-plugin-flowtype 4.
|
|
744
|
+
- eslint-plugin-flowtype 4.7.0
|
|
745
745
|
- eslint-plugin-react 7.19.0
|
|
746
746
|
- eslint-plugin-standard 4.0.1
|
|
747
|
-
- eslint-plugin-unicorn
|
|
747
|
+
- eslint-plugin-unicorn 18.0.1
|
|
748
748
|
- eslint-plugin-vue 6.2.2
|
|
749
749
|
|
|
750
750
|
Have new rules been added since those versions? Have we missed any rules? Is there a plugin you would like to see exclusions for? Open an issue or a pull request!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-prettier",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.11.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.",
|
|
@@ -40,23 +40,23 @@
|
|
|
40
40
|
"get-stdin": "^6.0.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@typescript-eslint/eslint-plugin": "2.
|
|
44
|
-
"@typescript-eslint/parser": "2.
|
|
43
|
+
"@typescript-eslint/eslint-plugin": "2.29.0",
|
|
44
|
+
"@typescript-eslint/parser": "2.29.0",
|
|
45
45
|
"babel-eslint": "10.1.0",
|
|
46
|
-
"cross-spawn": "7.0.
|
|
46
|
+
"cross-spawn": "7.0.2",
|
|
47
47
|
"doctoc": "1.4.0",
|
|
48
48
|
"eslint": "6.8.0",
|
|
49
49
|
"eslint-config-google": "0.14.0",
|
|
50
50
|
"eslint-find-rules": "3.4.0",
|
|
51
51
|
"eslint-plugin-babel": "5.3.0",
|
|
52
|
-
"eslint-plugin-flowtype": "4.
|
|
53
|
-
"eslint-plugin-prettier": "3.1.
|
|
52
|
+
"eslint-plugin-flowtype": "4.7.0",
|
|
53
|
+
"eslint-plugin-prettier": "3.1.3",
|
|
54
54
|
"eslint-plugin-react": "7.19.0",
|
|
55
55
|
"eslint-plugin-standard": "4.0.1",
|
|
56
|
-
"eslint-plugin-unicorn": "
|
|
56
|
+
"eslint-plugin-unicorn": "18.0.1",
|
|
57
57
|
"eslint-plugin-vue": "6.2.2",
|
|
58
|
-
"jest": "25.
|
|
59
|
-
"prettier": "2.0.
|
|
58
|
+
"jest": "25.4.0",
|
|
59
|
+
"prettier": "2.0.5",
|
|
60
60
|
"replace": "1.1.5",
|
|
61
61
|
"rimraf": "3.0.2",
|
|
62
62
|
"typescript": "3.7.5"
|