2.0.3
This commit is contained in:
parent
7675224af7
commit
fd6b8d506d
2 changed files with 1 additions and 5 deletions
4
index.js
4
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 = {
|
||||
|
|
|
@ -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 <toastie@dragonschildstudios.com",
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in a new issue