Changelog
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
v0.0.1-alpha.4 (2025-04-15)
✨ Features
- 拓展config方法,增加
settings
配置,默认支持VipNodeJS.exitProcess
退出功能 - by chufan (999b2)
🐛 Bug Fixes
- Update dependency @antfu/eslint-config、eslint - by 142vip.cn in https://github.com/142vip/core-x/issues/436 (4e0d3)
Release New Version v0.0.1-alpha.4 👉 View New Package On NPM
v0.0.1-alpha.3 (2025-02-21)
✨ Features
eslint
版本升级到9.20.0
- by 142vip.cn in https://github.com/142vip/core-x/issues/374 (b19c0)
Release New Version v0.0.1-alpha.3 👉 View New Package On NPM
v0.0.1-alpha.2 (2024-09-30)
🐛 Bug Fixes
- 修复
lint
命令执行过慢问题,删除eslint-plugin-format
插件格式化配置 - by chufan (7c05f)
Release New Version v0.0.1-alpha.2 👉 View New Package On NPM
v0.0.1-alpha.1 (2024-09-26)
✨ Features
- 基于
@antfu/eslint-config
模块,封装Eslint校验规则,支持defineVipEslintConfig
函数配置校验。 - by chufan (12f5e)
Release New Version v0.0.1-alpha.1 👉 View New Package On NPM
v0.0.1-alpha.0 (2024-07-14)
✨ Features
- 新增
tsconfig
配置,统一模块编译 by . @chufan - 基本结构初始化 by . @chufan