Skip to content

Commit

Permalink
update deps, relax react/jsx-no-duplicate-props
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnapo committed Nov 16, 2022
1 parent 82176dd commit aa1fcbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
},
"dependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-ava": "^13.2.0",
Expand All @@ -57,9 +57,9 @@
"eslint-plugin-unicorn": "^44.0.2"
},
"devDependencies": {
"ava": "^4.3.3",
"eslint": "^8.25.0",
"typescript": "^4.8.4"
"ava": "^5.1.0",
"eslint": "^8.27.0",
"typescript": "^4.9.3"
},
"peerDependencies": {
"eslint": "^8.0.0",
Expand Down
1 change: 1 addition & 0 deletions react.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = {
"react/jsx-indent": ["error", "tab", { checkAttributes: true, indentLogicalExpressions: true }],
"react/jsx-indent-props": ["error", "tab"],
"react/jsx-key": ["error", { checkFragmentShorthand: true, checkKeyMustBeforeSpread: true, warnOnDuplicates: true }],
"react/jsx-no-duplicate-props": ["error", { ignoreCase: false }],
"react/jsx-no-useless-fragment": "error",
"react/jsx-props-no-spreading": "off",
"react/jsx-sort-props": ["error", { callbacksLast: true, shorthandFirst: true, noSortAlphabetically: true, reservedFirst: true }],
Expand Down

0 comments on commit aa1fcbb

Please sign in to comment.