We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f607c76 commit c3f9ffdCopy full SHA for c3f9ffd
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.6.0](https://github.com/eslint/create-config/compare/v1.5.0...v1.6.0) (2025-03-20)
4
+
5
6
+### Features
7
8
+* Output defineConfig in file ([#156](https://github.com/eslint/create-config/issues/156)) ([f607c76](https://github.com/eslint/create-config/commit/f607c7622073d910f92a7edfa295a81da0f3ffdc))
9
10
## [1.5.0](https://github.com/eslint/create-config/compare/v1.4.0...v1.5.0) (2025-02-12)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@eslint/create-config",
- "version": "1.5.0",
+ "version": "1.6.0",
"description": "Utility to create ESLint config files.",
"keywords": [
"ast",
0 commit comments