Spaces:
Running
Running
module.exports = { | |
rules: { | |
// These manifest files use duplicate imports to make things easier to follow | |
// by providing clear parallel structure. Turn the error off for this folder. | |
'no-duplicate-imports': 0 | |
} | |
}; | |