We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8bd56 commit 509b5ffCopy full SHA for 509b5ff
utils/renderEslint.ts
@@ -6,7 +6,7 @@ import createESLintConfig from '@vue/create-eslint-config'
6
import sortDependencies from './sortDependencies'
7
import deepMerge from './deepMerge'
8
9
-import eslintTemplatePackage from '../template/eslint/package.json' assert { type: 'json' }
+import eslintTemplatePackage from '../template/eslint/package.json' with { type: 'json' }
10
const eslintDeps = eslintTemplatePackage.devDependencies
11
12
export default function renderEslint(
0 commit comments