s4s-paint / .eslintrc.js
soiz1's picture
Upload folder using huggingface_hub
97420cf verified
raw
history blame contribute delete
78 Bytes
module.exports = {
extends: ['scratch', 'scratch/es6', 'scratch/node']
};