We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a75349 commit f1099c4Copy full SHA for f1099c4
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.5.0](https://github.com/eslint/create-config/compare/v1.4.0...v1.5.0) (2025-02-12)
4
+
5
6
+### Features
7
8
+* avoid empty config warning ([#153](https://github.com/eslint/create-config/issues/153)) ([2a75349](https://github.com/eslint/create-config/commit/2a75349e35d5c4e83168ad83cbc401c1d6c0eaf1))
9
10
## [1.4.0](https://github.com/eslint/create-config/compare/v1.3.1...v1.4.0) (2024-10-25)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@eslint/create-config",
- "version": "1.4.0",
+ "version": "1.5.0",
"description": "Utility to create ESLint config files.",
"keywords": [
"ast",
0 commit comments