Skip to content

Commit

Permalink
Merge pull request #25 from VicSolWang/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
VicSolWang committed Nov 15, 2023
2 parents f4ae9d2 + de72f5e commit 0eb30f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

## :rocket: Usage

Starting from v5.x, we will use the new flat eslint config. Add eslint-config-wzx-vue in your `eslint.config.js`.
Starting from v0.5.x, we will use the new flat eslint config. Add eslint-config-wzx-vue in your `eslint.config.js`.

import wzxVue from 'eslint-config-wzx-vue';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@eslint/eslintrc": "^2.1.3",
"eslint": "^8.53.0",
"eslint-config-wzx": "^0.9.2",
"eslint-config-wzx": "^0.9.3",
"eslint-plugin-vue": "^9.18.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ try {
await import('@typescript-eslint/parser');

Check warning on line 68 in src/config.js

View workflow job for this annotation

GitHub Actions / test (18, ubuntu-latest)

Unable to resolve path to module '@typescript-eslint/parser'

Check warning on line 68 in src/config.js

View workflow job for this annotation

GitHub Actions / test (18, windows-latest)

Unable to resolve path to module '@typescript-eslint/parser'

Check warning on line 68 in src/config.js

View workflow job for this annotation

GitHub Actions / test (18, macOS-latest)

Unable to resolve path to module '@typescript-eslint/parser'
await import('@typescript-eslint/eslint-plugin');

Check warning on line 69 in src/config.js

View workflow job for this annotation

GitHub Actions / test (18, ubuntu-latest)

Unable to resolve path to module '@typescript-eslint/eslint-plugin'

Check warning on line 69 in src/config.js

View workflow job for this annotation

GitHub Actions / test (18, windows-latest)

Unable to resolve path to module '@typescript-eslint/eslint-plugin'

Check warning on line 69 in src/config.js

View workflow job for this annotation

GitHub Actions / test (18, macOS-latest)

Unable to resolve path to module '@typescript-eslint/eslint-plugin'
const overridesFilesTypes = {
files: ['*.vue', '*.ts', '*.tsx'],
files: ['*.ts', '*.tsx', '*.mts', '*.cts', '*.vue'],
};
const overridesFiles =
compat.config({
Expand Down

0 comments on commit 0eb30f7

Please sign in to comment.