mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-23 06:02:30 -05:00
6 lines
69 B
JavaScript
6 lines
69 B
JavaScript
|
module.exports = {
|
||
|
rules: {
|
||
|
'no-console': 'off'
|
||
|
}
|
||
|
};
|