Skip to content

Commit

Permalink
Merge pull request #43301 from software-mansion-labs/ts/prefer-type-fest
Browse files Browse the repository at this point in the history
[No QA] Prefer type-fest (custom ESLint rule)
  • Loading branch information
roryabraham authored Jun 12, 2024
2 parents 4d8d46c + ca8e87a commit b70b136
Show file tree
Hide file tree
Showing 19 changed files with 558 additions and 55 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ module.exports = {

// Rulesdir specific rules
'rulesdir/no-default-props': 'error',
'rulesdir/prefer-type-fest': 'error',
'rulesdir/no-multiple-onyx-in-file': 'off',
'rulesdir/prefer-underscore-method': 'off',
'rulesdir/prefer-import-module-contents': 'off',
Expand Down
Loading

0 comments on commit b70b136

Please sign in to comment.