File size: 247 Bytes
6bcb42f
 
 
 
 
 
 
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
    }
};