Skip to content

Commit

Permalink
Add rulesdir/onyx-props-must-have-default rule to both JS and TS
Browse files Browse the repository at this point in the history
  • Loading branch information
blazejkustra committed Jul 27, 2023
1 parent fade5bc commit 9058dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ module.exports = {
{
files: ['*.js', '*.jsx', '*.ts', '*.tsx'],
rules: {
'rulesdir/onyx-props-must-have-default': 'off',
'react-native-a11y/has-accessibility-hint': ['off'],
'react-native-a11y/has-valid-accessibility-descriptors': [
'error',
Expand Down Expand Up @@ -130,7 +131,6 @@ module.exports = {
'valid-jsdoc': 'off',
'jsdoc/no-types': 'error',
'import/no-extraneous-dependencies': 'off',
'rulesdir/onyx-props-must-have-default': 'off',
'rulesdir/prefer-underscore-method': 'off',
'rulesdir/prefer-import-module-contents': 'off',
'react/require-default-props': 'off',
Expand Down

0 comments on commit 9058dad

Please sign in to comment.