soiz1's picture
Upload 2891 files
6bcb42f verified
raw
history blame contribute delete
247 Bytes
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
}
};