Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Oct 10, 2024
1 parent f250a4d commit d186af3
Show file tree
Hide file tree
Showing 6 changed files with 225 additions and 242 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
lts-latest
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

```bash
# Install deps
$ pnpm install
pnpm install

# Build for development
$ pnpm run dev
pnpm run dev

# Build for production
$ pnpm run build
pnpm run build
```

## Features
Expand Down
4 changes: 2 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ntnyq } from '@ntnyq/eslint-config'
import { defineESLintConfig } from '@ntnyq/eslint-config'

export default ntnyq({
export default defineESLintConfig({
ignores: ['./src/index.html'],
vue: {
overrides: {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "taro-vue3-zhihudaily",
"version": "0.3.0",
"private": true,
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"description": "taro-vue3-zhihudaily",
"templateInfo": {
"name": "vue3-NutUI",
Expand Down Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@ntnyq/eslint-config": "^3.0.0-beta.18",
"@ntnyq/eslint-config": "^3.0.0-beta.19",
"@ntnyq/prettier-config": "^1.21.3",
"@tarojs/cli": "^4.0.6",
"@tarojs/helper": "^4.0.6",
Expand All @@ -53,16 +53,16 @@
"@vue/babel-plugin-jsx": "^1.2.5",
"@vue/compiler-sfc": "^3.5.11",
"babel-preset-taro": "^4.0.6",
"bumpp": "^9.6.1",
"bumpp": "^9.7.1",
"eslint": "^9.12.0",
"husky": "^9.1.6",
"nano-staged": "^0.8.0",
"pnpm": "^9.12.0",
"pnpm": "^9.12.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"taro-define-config": "^0.8.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"unplugin-vue-components": "^0.27.4",
"vue-loader": "^17.4.2",
"vue-tsc": "^2.1.6",
Expand Down
Loading

0 comments on commit d186af3

Please sign in to comment.