Thanks to visit codestin.com Credit goes to github.com
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 e50e5d8 commit c64c5afCopy full SHA for c64c5af
utils/renderEslint.ts
@@ -3,7 +3,7 @@ import * as path from 'path'
3
4
import type { ESLint, Linter } from 'eslint'
5
6
-import { devDependencies as allEslintDeps } from '../template/eslint/package.json'
+import { devDependencies as allEslintDeps } from '../template/eslint/package.json' assert { type: 'json' }
7
import deepMerge from './deepMerge'
8
import sortDependencies from './sortDependencies'
9
0 commit comments