1
1
mirror of https://github.com/theoludwig/html-w3c-validator.git synced 2024-07-20 07:30:11 +02:00

feat: first release

This commit is contained in:
Divlo 2022-01-06 22:46:08 +01:00
parent ed21857b55
commit 29801ac6f9
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9
2 changed files with 0 additions and 693 deletions

692
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -29,7 +29,6 @@
],
"scripts": {
"build": "rimraf ./build && swc ./src --out-dir ./build && tsc",
"dev": "swc ./src --out-dir ./build --watch",
"lint:commit": "commitlint",
"lint:editorconfig": "editorconfig-checker",
"lint:markdown": "markdownlint '**/*.md' --dot --ignore node_modules",