N°7355 - Update clipboard to 2.0.11

This commit is contained in:
Molkobain
2024-03-22 15:53:21 +01:00
parent 054520cdac
commit e62473d4e9
26 changed files with 935 additions and 934 deletions

9
node_modules/clipboard/.prettierrc.json generated vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"printWidth": 80,
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always"
}