Includes scratch-gui, scratch-vm, scratch-blocks, scratch-render, scratch-l10n, and deployment config. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
247 B
JavaScript
8 lines
247 B
JavaScript
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
|
|
}
|
|
};
|