Skip to content

Commit

Permalink
Upgrade dependencies and re-enable react/destructuring-assignment (#71
Browse files Browse the repository at this point in the history
)
  • Loading branch information
billyjanitsch authored Oct 20, 2023
1 parent 44767e8 commit 2abdd76
Show file tree
Hide file tree
Showing 3 changed files with 4,287 additions and 3,483 deletions.
6 changes: 1 addition & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ module.exports = {
'jsdoc/check-indentation': 2,
'jsdoc/check-param-names': 2,
'jsdoc/check-tag-names': [2, {definedTags: ['jest-environment']}],
'jsdoc/newline-after-description': 2,
'jsdoc/require-hyphen-before-param-description': [2, 'never'],
'jsdoc/require-description': 2,
'jsdoc/require-param-description': 2,
'jsdoc/require-param-name': 2,
'jsdoc/require-returns-description': 2,
'jsdoc/tag-lines': [2, 'never', {startLines: 1}],

// allow non-ID-linked <label>s to accomodate those containing linked <input>s
'jsx-a11y/label-has-for': 0,
Expand All @@ -80,10 +80,6 @@ module.exports = {
// https://github.com/prettier/eslint-config-prettier#arrow-body-style-and-prefer-arrow-callback
'prefer-arrow-callback': [2, {allowNamedFunctions: false, allowUnboundThis: true}],

// TODO: re-enable this rule once this bug is fixed:
// https://github.com/jsx-eslint/eslint-plugin-react/issues/3536
'react/destructuring-assignment': 0,

// disallow .jsx files for consistency
'react/jsx-filename-extension': 0,

Expand Down
Loading

0 comments on commit 2abdd76

Please sign in to comment.