Skip to content

Commit e047cf6

Browse files
Merge pull request #21 from knowledgecode/develop
Release v0.8.3
2 parents b73dec3 + 56edfe7 commit e047cf6

File tree

5 files changed

+124
-109
lines changed

5 files changed

+124
-109
lines changed

eslint.config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
import { defineConfig } from 'eslint/config';
12
import tseslint from 'typescript-eslint';
23

3-
export default tseslint.config(
4+
export default defineConfig(
45
{
56
ignores: ['dist']
67
},
7-
...tseslint.configs.strict,
8-
...tseslint.configs.stylistic,
8+
tseslint.configs.strict,
9+
tseslint.configs.stylistic,
910
{
1011
files: ['src/**/*.ts'],
1112
languageOptions: {

0 commit comments

Comments
 (0)