File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -108,29 +108,6 @@ module.exports = {
108
108
files : [ '**/*.test.js' , '**/*.test.ts' , '**/*.test.tsx' ] ,
109
109
extends : [ 'plugin:testing-library/react' ] ,
110
110
} ,
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
- } ,
134
111
{
135
112
files : [
136
113
'packages/create-toolpad-app/**/*' ,
You can’t perform that action at this time.
0 commit comments