mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 05:47:10 -04:00
feat(new tool): Pdf Unlocker
Pdf Unlocker using QPDF-Wasm (modularized) Fix #696
This commit is contained in:
parent
f812703083
commit
450b994fae
11 changed files with 1336 additions and 848 deletions
|
@ -4,7 +4,9 @@
|
|||
module.exports = {
|
||||
root: true,
|
||||
extends: ['@antfu', './.eslintrc-auto-import.json', '@unocss'],
|
||||
|
||||
|
||||
ignorePatterns: ['src/libs/*'],
|
||||
|
||||
rules: {
|
||||
'curly': ['error', 'all'],
|
||||
'@typescript-eslint/semi': ['error', 'always'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue