Files
goTorrent/goTorrentWebUI/node_modules/react-dropzone/examples/.eslintrc

9 lines
93 B
Plaintext

{
"globals": {
"Dropzone": true
},
"rules": {
"react/jsx-no-bind": "off"
}
}