soiz1's picture
Upload folder using huggingface_hub
4d70170 verified
raw
history blame contribute delete
151 Bytes
module.exports = {
plugins: [
'cypress',
],
env: {
'mocha': true,
'cypress/globals': true,
},
rules: {
strict: 'off',
},
}