eslint-config-prettier 6.6.0 → 6.7.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.
@@ -10,6 +10,7 @@ module.exports = {
10
10
  "@typescript-eslint/member-delimiter-style": "off",
11
11
  "@typescript-eslint/no-extra-parens": "off",
12
12
  "@typescript-eslint/semi": "off",
13
+ "@typescript-eslint/space-before-function-paren": "off",
13
14
  "@typescript-eslint/type-annotation-spacing": "off"
14
15
  }
15
16
  };
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ### Version 6.7.0 (2019-11-19)
2
+
3
+ - Added: [@typescript-eslint/space-before-function-paren]. Thanks to Masafumi
4
+ Koba (@ybiquitous)!
5
+
1
6
  ### Version 6.6.0 (2019-11-17)
2
7
 
3
8
  - Added: New [eslint-plugin-vue] rules: [vue/dot-location] and
@@ -323,6 +328,7 @@
323
328
  [@typescript-eslint/quotes-special]: https://github.com/prettier/eslint-config-prettier/blob/857257179fe69715362dfa9300762d6e534c0603/README.md#quotes
324
329
  [@typescript-eslint/quotes]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/quotes.md
325
330
  [@typescript-eslint/semi]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/semi.md
331
+ [@typescript-eslint/space-before-function-paren]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/space-before-function-paren.md
326
332
  [array-bracket-newline]: https://eslint.org/docs/rules/array-bracket-newline
327
333
  [array-element-newline]: https://eslint.org/docs/rules/array-element-newline
328
334
  [arrow-body-style]: https://eslint.org/docs/rules/arrow-body-style
package/README.md CHANGED
@@ -798,7 +798,7 @@ eslint-config-prettier has been tested with:
798
798
  - eslint-config-prettier 2.10.0 and older were tested with ESLint 4.x
799
799
  - eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x
800
800
  - prettier 1.19.1
801
- - @typescript-eslint/eslint-plugin 2.7.0
801
+ - @typescript-eslint/eslint-plugin 2.8.0
802
802
  - eslint-plugin-babel 5.3.0
803
803
  - eslint-plugin-flowtype 4.4.1
804
804
  - eslint-plugin-react 7.16.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-prettier",
3
- "version": "6.6.0",
3
+ "version": "6.7.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,8 +39,8 @@
39
39
  "get-stdin": "^6.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@typescript-eslint/eslint-plugin": "2.7.0",
43
- "@typescript-eslint/parser": "2.7.0",
42
+ "@typescript-eslint/eslint-plugin": "2.8.0",
43
+ "@typescript-eslint/parser": "2.8.0",
44
44
  "babel-eslint": "10.0.3",
45
45
  "cross-spawn": "6.0.5",
46
46
  "doctoc": "1.4.0",