|
@@ -15,6 +15,7 @@ module.exports = {
|
|
|
},
|
|
},
|
|
|
plugins: ['react-refresh'],
|
|
plugins: ['react-refresh'],
|
|
|
rules: {
|
|
rules: {
|
|
|
|
|
+ 'import/no-absolute-path': 'off',
|
|
|
'react-refresh/only-export-components': [
|
|
'react-refresh/only-export-components': [
|
|
|
'warn',
|
|
'warn',
|
|
|
{ allowConstantExport: true },
|
|
{ allowConstantExport: true },
|