Skip to content

Commit 0fe5363

Browse files
committed
chore: remove linter changes
1 parent 187d52f commit 0fe5363

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eslint.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ import tseslint from 'typescript-eslint';
1212
export default [
1313
{
1414
ignores: [
15-
'**/node_modules',
1615
'**/dist',
1716
'**/css',
18-
'**/coverage',
1917
'packages/react-core/src/helpers/Popper/thirdparty',
2018
'packages/react-docs/patternfly-docs/generated',
19+
'packages/react-docs/coverage',
2120
'.history/*',
2221
'packages/react-docs/static',
2322
'packages/react-docs/public',

0 commit comments

Comments
 (0)