diff --git a/index.js b/index.js index 78fc7f4..8544020 100644 --- a/index.js +++ b/index.js @@ -2,10 +2,6 @@ import javascript from './configs/javascript.js'; import recommended from './configs/recommended.js'; import typescript from './configs/typescript.js'; -/** - * TODO: I want to import attributes, but depending on the VS Code environment, an error occurs, so I put this off for now. - * @see https://github.com/microsoft/vscode-eslint/issues/1848 - */ import packageConfig from './package.json' assert { type: 'json' }; const plugin = { diff --git a/package.json b/package.json index 469e024..e81575a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@valkyriecoms/eslint-plugin", - "version": "2.0.2", + "version": "2.0.3", "description": "An ESLint plugin designed for Valkyriecoms developers", "author": "Toastie