Skip to content

Commit

Permalink
1.0.1 -- Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Elschnagoo committed Jul 30, 2024
1 parent 5d761c7 commit 0af30e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"no-plusplus": "warn",
"no-restricted-syntax": "warn",
"no-underscore-dangle": "warn",
"@typescript-eslint/no-explicit-any": "warn",
"no-await-in-loop": "warn",
"class-methods-use-this": "warn",
"linebreak-style": "off",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grandlinex/bundle-elogger",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"type": "module",
"exports": {
Expand Down
10 changes: 2 additions & 8 deletions src/tests/core.test.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
import {
JestLib,
setupDevKernel,
TestContext,
TestKernel,
XUtil,
} from '@grandlinex/core';
import { ELogger } from '../index.js';
import {JestLib, setupDevKernel, TestContext, TestKernel, XUtil,} from '@grandlinex/core';
import {ELogger} from '../index.js';

const appName = 'TestKernel';
const appCode = 'tkernel';
Expand Down

0 comments on commit 0af30e7

Please sign in to comment.