diff --git a/index.js b/index.js index e935bfc..7d02d7f 100644 --- a/index.js +++ b/index.js @@ -2,11 +2,7 @@ import javascript from './configs/javascript.js'; import recommended from './configs/recommended.js'; import typescript from './configs/typescript.js'; -/** - * TODO: Import Attributes にしたいけど VS Code の環境によってはエラーになるので今のところ保留 - * @see https://github.com/microsoft/vscode-eslint/issues/1848 - */ -import packageConfig from './package.json' assert { type: 'json' }; +import packageConfig from './package.json' with { type: 'json' }; const plugin = { meta: {