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 d9dd922 commit c8f6300Copy full SHA for c8f6300
packages/react/.eslintrc.js
@@ -66,13 +66,10 @@ module.exports = {
66
files: [
67
// TODO Uncomment the below lines on an individual basis as the updates to pass linting are completed.
68
// If needed, these can be broken down further, e.g. 'src/primitives/Alert/**/*'
69
- 'src/components/Authenticator/**/*',
70
- 'src/components/Geo/**/*',
71
- 'src/components/ThemeProvider/**/*',
+ 'src/components/**/*',
72
'src/helpers/**/*',
73
'src/hooks/**/*',
74
'src/primitives/shared/**/*',
75
- // 'src/components/**/*',
76
// 'src/primitives/**/*',
77
],
78
extends: [
0 commit comments