Skip to content

Commit 1d90231

Browse files
author
Calvin A. Allen
committed
Update to latest
1 parent 2c13aa7 commit 1d90231

File tree

6 files changed

+25
-14
lines changed

6 files changed

+25
-14
lines changed

.eslintignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

badges/coverage.svg

Lines changed: 1 addition & 1 deletion
Loading

dist/index.js

Lines changed: 17 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eslint.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export default [
2+
{
3+
ignores: ['dist/**', 'lib/**', 'node_modules/**', 'coverage/**', '**/*.yml']
4+
}
5+
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"package": "npx ncc build src/index.ts -o dist --source-map --license licenses.txt",
1717
"package:watch": "npm run package -- --watch",
1818
"test": "npx jest",
19-
"all": "npm run format:write && npm run lint && npm run test && npm run coverage && npm run package"
19+
"all": "npm run format:write && npm run test && npm run coverage && npm run package"
2020
},
2121
"engines": {
2222
"node": ">=21"

0 commit comments

Comments
 (0)