mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-08 14:01:58 -05:00
6 lines
69 B
JavaScript
6 lines
69 B
JavaScript
|
module.exports = {
|
||
|
rules: {
|
||
|
'no-undefined': [0]
|
||
|
}
|
||
|
};
|