Skip to content

Commit 4fa09eb

Browse files
[core] Remove duplicate eslint rule
1 parent 77a8b87 commit 4fa09eb

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.eslintrc.js

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -108,29 +108,6 @@ module.exports = {
108108
files: ['**/*.test.js', '**/*.test.ts', '**/*.test.tsx'],
109109
extends: ['plugin:testing-library/react'],
110110
},
111-
{
112-
files: ['docs/src/modules/components/**/*.js'],
113-
rules: {
114-
'material-ui/no-hardcoded-labels': 'off',
115-
},
116-
},
117-
{
118-
/**
119-
* TODO move to @mui/monorepo
120-
*
121-
* Examples are for demostration purposes and should not be considered as part of the library.
122-
* They don't contain an eslint setup, so we don't want them to contain eslint directives
123-
* We do however want to keep the rules in place to ensure the examples are following
124-
* a reasonably similar code style as the library.
125-
*/
126-
files: ['examples/**/*'],
127-
rules: {
128-
'no-console': 'off',
129-
'no-underscore-dangle': 'off',
130-
// no node_modules in examples as they are not installed
131-
'import/no-unresolved': 'off',
132-
},
133-
},
134111
{
135112
files: [
136113
'packages/create-toolpad-app/**/*',

0 commit comments

Comments
 (0)