mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 13:42:27 -05:00
5 lines
69 B
JavaScript
5 lines
69 B
JavaScript
module.exports = {
|
|
rules: {
|
|
'no-console': 'off'
|
|
}
|
|
};
|