Skip to content

Commit 432f3e1

Browse files
committed
Add publint
1 parent 5dd0bbe commit 432f3e1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

files/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"lint:hbs:fix": "ember-template-lint . --fix --no-error-on-unmatched-pattern",
2626
"lint:js:fix": "eslint . --fix<% if (typescript) { %>",
2727
"lint:types": "ember-tsc --noEmit<% } %>",
28+
"lint:publish": "publint --pack",
2829
"start": "vite dev",
2930
"test": "vite build --mode=development --out-dir dist-tests && testem --file testem.cjs ci --port 0",
3031
"prepack": "rollup --config"
@@ -69,6 +70,7 @@
6970
"globals": "^16.1.0",
7071
"prettier": "^3.4.2",
7172
"prettier-plugin-ember-template-tag": "^2.0.4",
73+
"publint": "0.3.16",
7274
"qunit": "^2.24.1",
7375
"qunit-dom": "^3.4.0",
7476
"rollup": "^4.22.5",

0 commit comments

Comments
 (0)