Skip to content

Commit a30dd37

Browse files
committed
Release 5.0.1
- Update npms
1 parent 0efc55c commit a30dd37

File tree

4 files changed

+1230
-700
lines changed

4 files changed

+1230
-700
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 5.0.1 - 2024-08-26
4+
5+
- Update npms
6+
37
## 5.0.0 - 2024-07-10
48

59
- Publish as CJS and ESM

eslint.config.mjs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { defaultConfig } from 'eslint-config-decent';
2-
import tsEslint from 'typescript-eslint';
1+
import { config } from 'eslint-config-decent';
32

4-
export default tsEslint.config(...defaultConfig());
3+
export default config({
4+
tsconfigRootDir: import.meta.dirname,
5+
});

0 commit comments

Comments
 (0)