mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
6 lines
64 B
JavaScript
6 lines
64 B
JavaScript
|
module.exports = {
|
||
|
rules: {
|
||
|
'max-len': [0]
|
||
|
}
|
||
|
};
|