fix(publish-npm): remove eslint

This commit is contained in:
2025-01-02 13:53:42 +03:30
parent d925019c58
commit 10517cadcd
2 changed files with 6 additions and 7 deletions

View File

@@ -60,11 +60,7 @@ jobs:
run: yarn build
env:
WIREIT_LOGGER: metrics
- name: 🧹 Run ESLint
run: yarn lint
env:
WIREIT_LOGGER: metrics
NODE_ENV: production
- name: 🚀 Publish
run: yarn run publish -- --yes

View File

@@ -22,7 +22,10 @@
},
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"cSpell.words": ["nexim"],
"cSpell.words": [
"nexim",
"wireit"
],
"todo-tree.tree.scanMode": "workspace only",
"github.copilot.chat.codeGeneration.instructions": [
{