Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/api-before-14.3/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pluginVue from 'eslint-plugin-vue'
import vueTsEslintConfig from '@vue/eslint-config-typescript'
import pluginVitest from '@vitest/eslint-plugin'
import pluginCypress from 'eslint-plugin-cypress/flat'
import pluginCypress from 'eslint-plugin-cypress'
import skipFormatting from '@vue/eslint-config-prettier/skip-formatting'

export default [
Expand Down
2 changes: 1 addition & 1 deletion examples/api-before-14.3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@vue/tsconfig": "^0.7.0",
"cypress": "^14.4.1",
"eslint": "^9.28.0",
"eslint-plugin-cypress": "^4.3.0",
"eslint-plugin-cypress": "^5.1.0",
"eslint-plugin-vue": "~10.2.0",
"jsdom": "^26.1.0",
"npm-run-all2": "^8.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/disable-type-checked-for-yml/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pluginVue from 'eslint-plugin-vue'
import { defineConfigWithVueTs, vueTsConfigs } from '@vue/eslint-config-typescript'
import pluginVitest from '@vitest/eslint-plugin'
import pluginCypress from 'eslint-plugin-cypress/flat'
import pluginCypress from 'eslint-plugin-cypress'
import pluginYml from 'eslint-plugin-yml';
import skipFormatting from '@vue/eslint-config-prettier/skip-formatting'

Expand Down
2 changes: 1 addition & 1 deletion examples/disable-type-checked-for-yml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@vue/tsconfig": "^0.7.0",
"cypress": "^14.4.1",
"eslint": "^9.28.0",
"eslint-plugin-cypress": "^4.3.0",
"eslint-plugin-cypress": "^5.1.0",
"eslint-plugin-vue": "~10.2.0",
"eslint-plugin-yml": "^1.18.0",
"jsdom": "^26.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/type-checked/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pluginVue from 'eslint-plugin-vue'
import { defineConfigWithVueTs, vueTsConfigs } from '@vue/eslint-config-typescript'
import pluginVitest from '@vitest/eslint-plugin'
import pluginCypress from 'eslint-plugin-cypress/flat'
import pluginCypress from 'eslint-plugin-cypress'
import skipFormatting from '@vue/eslint-config-prettier/skip-formatting'

export default defineConfigWithVueTs(
Expand Down
2 changes: 1 addition & 1 deletion examples/type-checked/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@vue/tsconfig": "^0.7.0",
"cypress": "^14.4.1",
"eslint": "^9.28.0",
"eslint-plugin-cypress": "^4.3.0",
"eslint-plugin-cypress": "^5.1.0",
"eslint-plugin-vue": "~10.2.0",
"jsdom": "^26.1.0",
"npm-run-all2": "^8.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-cypress/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pluginVue from 'eslint-plugin-vue'
import pluginCypress from 'eslint-plugin-cypress/flat'
import pluginCypress from 'eslint-plugin-cypress'
import { defineConfigWithVueTs, vueTsConfigs } from '@vue/eslint-config-typescript'

export default defineConfigWithVueTs(
Expand Down
2 changes: 1 addition & 1 deletion examples/with-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@vue/tsconfig": "^0.7.0",
"cypress": "^14.4.1",
"eslint": "^9.28.0",
"eslint-plugin-cypress": "^4.3.0",
"eslint-plugin-cypress": "^5.1.0",
"eslint-plugin-vue": "~10.2.0",
"npm-run-all2": "^8.0.4",
"start-server-and-test": "^2.0.12",
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

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