We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cafce3 commit ea824ddCopy full SHA for ea824dd
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-flowtype-errors",
3
- "version": "4.3.0",
+ "version": "4.4.0-0",
4
"description": "Retrieve Flow errors as ESLint errors.",
5
"author": "Amila Welihinda",
6
"bugs": "https://github.com/amilajack/eslint-plugin-flowtype-errors/issues",
@@ -64,7 +64,10 @@
64
"prettier": "^2.2.1"
65
},
66
"lint-staged": {
67
- "*.js": ["eslint", "prettier --write"]
+ "*.js": [
68
+ "eslint",
69
+ "prettier --write"
70
+ ]
71
72
"peerDependencies": {
73
"eslint": ">=5.16.0",
0 commit comments