Skip to content

Commit c8f6300

Browse files
authored
chore(ui-react): turn on linting for entire components directory (#2328)
* chore(ui-react): turn on linting for entire components directory
1 parent d9dd922 commit c8f6300

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/react/.eslintrc.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,10 @@ module.exports = {
6666
files: [
6767
// TODO Uncomment the below lines on an individual basis as the updates to pass linting are completed.
6868
// 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/**/*',
69+
'src/components/**/*',
7270
'src/helpers/**/*',
7371
'src/hooks/**/*',
7472
'src/primitives/shared/**/*',
75-
// 'src/components/**/*',
7673
// 'src/primitives/**/*',
7774
],
7875
extends: [

0 commit comments

Comments
 (0)