Skip to content

Commit

Permalink
fix(vue): 🚨 fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideSegullo committed Oct 26, 2024
1 parent 24a67c9 commit a2931eb
Show file tree
Hide file tree
Showing 4 changed files with 195 additions and 18 deletions.
5 changes: 5 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
],
"sharedGlobals": []
},
"pluginsConfig": {
"@nx/js": {
"analyzeSourceFiles": true
}
},
"generators": {
"@nx/react": {
"application": {
Expand Down
3 changes: 2 additions & 1 deletion packages/vue/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"zustand",
"@cosmjs/stargate",
"@cosmjs/cosmwasm-stargate",
"@walletconnect/universal-provider"
"@walletconnect/universal-provider",
"eventemitter3"
],
"ignoredFiles": ["{projectRoot}/vite.config.{js,ts,mjs,mts,vue}"]
}
Expand Down
5 changes: 1 addition & 4 deletions packages/vue/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
"tags": [],
"targets": {
"lint": {
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["src/**/*.{ts,tsx,js,jsx}", "package.json"]
}
"executor": "@nx/eslint:lint"
},
"build": {
"executor": "@nx/vite:build",
Expand Down
200 changes: 187 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2931eb

Please sign in to comment.