style: ignore main dir and README.md from being formatted

This commit is contained in:
Alfi Maulana 2023-11-20 17:14:39 +07:00
parent 7c322ab18a
commit 542e1a8216
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

View File

@ -4,7 +4,7 @@
"type": "module", "type": "module",
"scripts": { "scripts": {
"bundle": "tsc && ncc build dist/main.mjs -o main", "bundle": "tsc && ncc build dist/main.mjs -o main",
"check": "sort-package-json && prettier --write . !dist && eslint src", "check": "sort-package-json && prettier --write . !main !README.md && eslint src",
"test": "jest" "test": "jest"
}, },
"devDependencies": { "devDependencies": {