Bug fixing added moving torrents after download, getting ready for alpha release
This commit is contained in:
34
goTorrentWebUI/node_modules/react-dropzone/.eslintrc
generated
vendored
Normal file
34
goTorrentWebUI/node_modules/react-dropzone/.eslintrc
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"extends": [
|
||||
"okonet",
|
||||
"prettier"
|
||||
],
|
||||
"plugins": [
|
||||
"prettier"
|
||||
],
|
||||
"rules": {
|
||||
// React
|
||||
"react/forbid-prop-types": [
|
||||
2,
|
||||
{
|
||||
"forbid": [
|
||||
"any",
|
||||
"array"
|
||||
]
|
||||
}
|
||||
],
|
||||
"react/require-default-props": 0,
|
||||
|
||||
// Import
|
||||
"import/no-extraneous-dependencies": [
|
||||
2,
|
||||
{
|
||||
"devDependencies": [
|
||||
"webpack*.js",
|
||||
"**/*.spec.js",
|
||||
"**/testSetup.js"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user