Spaces:
Running
Running
File size: 247 Bytes
f2bee8a |
1 2 3 4 5 6 7 8 |
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
}
};
|