Skip to content

Commit aed7761

Browse files
committed
Add some babylon additional overrides
1 parent 4c50014 commit aed7761

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ module.exports = {
178178
'sonarjs/no-identical-functions': 'off',
179179
'test-selectors/button': 'off',
180180
'test-selectors/onChange': 'off',
181+
'test-selectors/onClick': 'off',
182+
'import/prefer-default-export': 'off',
183+
'testing-library/no-node-access': 'off', // We will use querySelectors if we want to, since it matches us more closely with our acceptance testing */
181184
},
182185
},
183186
],

0 commit comments

Comments
 (0)