eslint-config-prettier 6.9.0 → 6.10.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.
@@ -5,6 +5,7 @@ module.exports = {
5
5
  "@typescript-eslint/quotes": 0,
6
6
 
7
7
  "@typescript-eslint/brace-style": "off",
8
+ "@typescript-eslint/comma-spacing": "off",
8
9
  "@typescript-eslint/func-call-spacing": "off",
9
10
  "@typescript-eslint/indent": "off",
10
11
  "@typescript-eslint/member-delimiter-style": "off",
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ### Version 6.10.0 (2020-01-28)
2
+
3
+ - Added: [@typescript-eslint/comma-spacing]. Thanks to Thanks to Masafumi
4
+ Koba (@ybiquitous)!!
5
+
1
6
  ### Version 6.9.0 (2019-12-27)
2
7
 
3
8
  - Added: [vue/max-len]. Thanks to @xcatliu!
@@ -330,6 +335,7 @@
330
335
  - Initial release.
331
336
 
332
337
  [@typescript-eslint/brace-style]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/brace-style.md
338
+ [@typescript-eslint/comma-spacing]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/comma-spacing.md
333
339
  [@typescript-eslint/eslint-plugin]: https://github.com/typescript-eslint/typescript-eslint
334
340
  [@typescript-eslint/func-call-spacing]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/func-call-spacing.md
335
341
  [@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
@@ -800,13 +800,13 @@ eslint-config-prettier has been tested with:
800
800
  - eslint-config-prettier 2.10.0 and older were tested with ESLint 4.x
801
801
  - eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x
802
802
  - prettier 1.19.1
803
- - @typescript-eslint/eslint-plugin 2.13.0
803
+ - @typescript-eslint/eslint-plugin 2.18.0
804
804
  - eslint-plugin-babel 5.3.0
805
- - eslint-plugin-flowtype 4.5.2
806
- - eslint-plugin-react 7.17.0
805
+ - eslint-plugin-flowtype 4.6.0
806
+ - eslint-plugin-react 7.18.0
807
807
  - eslint-plugin-standard 4.0.1
808
808
  - eslint-plugin-unicorn 15.0.1
809
- - eslint-plugin-vue 6.1.1
809
+ - eslint-plugin-vue 6.1.2
810
810
 
811
811
  Have new rules been added since those versions? Have we missed any rules? Is
812
812
  there a plugin you would like to see exclusions for? Open an issue or a pull
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-prettier",
3
- "version": "6.9.0",
3
+ "version": "6.10.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.",
@@ -39,26 +39,26 @@
39
39
  "get-stdin": "^6.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@typescript-eslint/eslint-plugin": "2.13.0",
43
- "@typescript-eslint/parser": "2.13.0",
42
+ "@typescript-eslint/eslint-plugin": "2.18.0",
43
+ "@typescript-eslint/parser": "2.18.0",
44
44
  "babel-eslint": "10.0.3",
45
45
  "cross-spawn": "6.0.5",
46
46
  "doctoc": "1.4.0",
47
- "eslint": "6.6.0",
47
+ "eslint": "6.8.0",
48
48
  "eslint-config-google": "0.14.0",
49
49
  "eslint-find-rules": "3.4.0",
50
50
  "eslint-plugin-babel": "5.3.0",
51
- "eslint-plugin-flowtype": "4.5.2",
51
+ "eslint-plugin-flowtype": "4.6.0",
52
52
  "eslint-plugin-prettier": "3.1.2",
53
- "eslint-plugin-react": "7.17.0",
53
+ "eslint-plugin-react": "7.18.0",
54
54
  "eslint-plugin-standard": "4.0.1",
55
55
  "eslint-plugin-unicorn": "15.0.1",
56
- "eslint-plugin-vue": "6.1.1",
57
- "jest": "24.9.0",
56
+ "eslint-plugin-vue": "6.1.2",
57
+ "jest": "25.1.0",
58
58
  "prettier": "1.19.1",
59
- "replace": "1.1.1",
60
- "rimraf": "3.0.0",
61
- "typescript": "3.7.4"
59
+ "replace": "1.1.5",
60
+ "rimraf": "3.0.1",
61
+ "typescript": "3.7.5"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "eslint": ">=3.14.1"