Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
module.exports = {
env: {
browser: true,
},
overrides: [
{
// These are consumed only by Calypso's webpack build, it is ok to import other Calypso components
files: [ '**/docs/example.jsx', '*.md.js', '*.md.jsx' ],
rules: {
'no-restricted-imports': 'off',
},
},
],
};