We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c50014 commit aed7761Copy full SHA for aed7761
index.js
@@ -178,6 +178,9 @@ module.exports = {
178
'sonarjs/no-identical-functions': 'off',
179
'test-selectors/button': 'off',
180
'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 */
184
},
185
186
],
0 commit comments