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 4665ded commit 88c7f95Copy full SHA for 88c7f95
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