Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(module): improve messages #355

Merged
merged 6 commits into from Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

6 changes: 6 additions & 0 deletions .eslintrc
@@ -1,5 +1,11 @@
{
"extends": ["@nuxt/eslint-config"],
"ignorePatterns":[
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please split it to another chore: PR πŸ™πŸΌ

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, reverted this commit: 73ae4ea

This content would like to requested for review in a separate PR.

".nuxt",
".output",
"dist",
"node_modules"
],
"rules": {
"no-extra-semi": 0,
"vue/html-self-closing": 0,
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -41,10 +41,10 @@
"@nuxt/schema": "^3.10.2",
"@nuxt/test-utils": "^3.11.0",
"@types/http-proxy": "^1.17.14",
"@types/node": "^20.11.20",
"@types/node": "^20.11.25",
"@types/semver": "^7.5.8",
"@types/ws": "^8.5.10",
"c12": "^1.9.0",
"c12": "^1.10.0",
"changelogen": "^0.5.5",
"chokidar": "^3.6.0",
"citty": "^0.1.6",
Expand All @@ -63,7 +63,7 @@
"magicast": "^0.3.3",
"mlly": "^1.6.1",
"nuxt": "^3.10.2",
"nypm": "^0.3.6",
"nypm": "^0.3.8",
pi0 marked this conversation as resolved.
Show resolved Hide resolved
"ofetch": "^1.3.3",
"pathe": "^1.1.2",
"perfect-debounce": "^1.0.0",
Expand Down