Initial commit: Torrent search and download application
This commit is contained in:
commit
e38be704ff
4313 changed files with 791544 additions and 0 deletions
9
node_modules/webdriver-bidi-protocol/.prettierrc.cjs
generated
vendored
Normal file
9
node_modules/webdriver-bidi-protocol/.prettierrc.cjs
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/**
|
||||
* @type {import('prettier').Config}
|
||||
*/
|
||||
module.exports = {
|
||||
bracketSpacing: false,
|
||||
singleQuote: true,
|
||||
trailingComma: 'all',
|
||||
arrowParens: 'avoid',
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue