automatisch / packages /web /.eslintrc.js
musarehmani100's picture
Upload folder using huggingface_hub
3206347 verified
module.exports = {
extends: [
'react-app',
'plugin:@tanstack/eslint-plugin-query/recommended',
'prettier',
],
rules: {
'react/prop-types': 'warn',
},
};