Skip to content

Commit

Permalink
Merge pull request #112 from ShridharGoel/patch-1
Browse files Browse the repository at this point in the history
Exclude prefer-at from common set of conditions
  • Loading branch information
carlosmiceli authored Aug 9, 2024
2 parents 250ed45 + cde3ea2 commit dd487a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rules/expensify.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ module.exports = {
'rulesdir/prefer-localization': 'error',
'rulesdir/use-double-negation-instead-of-boolean': 'error',
'rulesdir/no-acc-spread-in-reduce': 'error',
'rulesdir/prefer-at': 'error',
'no-restricted-imports': ['error', {
paths: [{
name: 'react-native',
Expand Down

0 comments on commit dd487a2

Please sign in to comment.