Skip to content

Commit

Permalink
Update npm packages and add flowtype/object-type-curly-spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Feb 24, 2021
1 parent 0fd5734 commit abf3ba1
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 49 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -655,9 +655,9 @@ eslint-config-prettier has been tested with:
- eslint-config-prettier 2.10.0 and older were tested with ESLint 4.x
- eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x
- prettier 2.2.1
- @typescript-eslint/eslint-plugin 4.15.1
- @typescript-eslint/eslint-plugin 4.15.2
- eslint-plugin-babel 5.3.1
- eslint-plugin-flowtype 5.2.2
- eslint-plugin-flowtype 5.3.1
- eslint-plugin-prettier 3.3.1
- eslint-plugin-react 7.22.0
- eslint-plugin-standard 4.0.2
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ module.exports = {
"flowtype/boolean-style": "off",
"flowtype/delimiter-dangle": "off",
"flowtype/generic-spacing": "off",
"flowtype/object-type-curly-spacing": "off",
"flowtype/object-type-delimiter": "off",
"flowtype/semi": "off",
"flowtype/space-after-type-colon": "off",
Expand Down
86 changes: 43 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"build": "node scripts/build.js"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.15.1",
"@typescript-eslint/parser": "4.15.1",
"@typescript-eslint/eslint-plugin": "4.15.2",
"@typescript-eslint/parser": "4.15.2",
"babel-eslint": "10.1.0",
"doctoc": "2.0.0",
"eslint": "7.20.0",
"eslint-config-google": "0.14.0",
"eslint-find-rules": "3.6.1",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-flowtype": "5.2.2",
"eslint-plugin-flowtype": "5.3.1",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-standard": "4.0.2",
Expand All @@ -32,6 +32,6 @@
"prettier": "2.2.1",
"replace": "1.2.0",
"rimraf": "3.0.2",
"typescript": "4.1.5"
"typescript": "4.2.2"
}
}

0 comments on commit abf3ba1

Please sign in to comment.