Skip to content

Commit

Permalink
fix: remove non-existent lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayata Suenaga committed Apr 17, 2024
1 parent 0f7264a commit 097d3a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ module.exports = {
rules: {
'prefer-regex-literals': 'off',
'rulesdir/no-multiple-onyx-in-file': 'off',
'rulesdir/onyx-props-must-have-default': 'off',
'react-native-a11y/has-accessibility-hint': ['off'],
'react/jsx-no-constructed-context-values': 'error',
'react-native-a11y/has-valid-accessibility-descriptors': [
Expand Down

0 comments on commit 097d3a5

Please sign in to comment.