mirror of
https://github.com/scratchfoundation/scratch-auth.git
synced 2025-07-11 04:05:06 -04:00
5 lines
69 B
JavaScript
5 lines
69 B
JavaScript
module.exports = {
|
|
rules: {
|
|
'no-undefined': [0]
|
|
}
|
|
};
|