This commit is contained in:
Toastie 2024-10-03 00:31:32 +13:00
parent 7675224af7
commit fd6b8d506d
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
2 changed files with 1 additions and 5 deletions

View file

@ -2,10 +2,6 @@ import javascript from './configs/javascript.js';
import recommended from './configs/recommended.js'; import recommended from './configs/recommended.js';
import typescript from './configs/typescript.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' }; import packageConfig from './package.json' assert { type: 'json' };
const plugin = { const plugin = {

View file

@ -1,6 +1,6 @@
{ {
"name": "@valkyriecoms/eslint-plugin", "name": "@valkyriecoms/eslint-plugin",
"version": "2.0.2", "version": "2.0.3",
"description": "An ESLint plugin designed for Valkyriecoms developers", "description": "An ESLint plugin designed for Valkyriecoms developers",
"author": "Toastie <toastie@dragonschildstudios.com", "author": "Toastie <toastie@dragonschildstudios.com",
"license": "MIT", "license": "MIT",