File tree 4 files changed +13
-3
lines changed
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 3
3
"packages/config-array" : " 0.19.2" ,
4
4
"packages/core" : " 0.12.0" ,
5
5
"packages/migrate-config" : " 1.3.8" ,
6
- "packages/config-helpers" : " 0.0 .0" ,
6
+ "packages/config-helpers" : " 0.1 .0" ,
7
7
"packages/object-schema" : " 2.1.6" ,
8
8
"packages/plugin-kit" : " 0.2.7"
9
9
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
+
3
+ ## 0.1.0 (2025-03-06)
4
+
5
+
6
+ ### Features
7
+
8
+ * Add globalIgnores helper function ([ #159 ] ( https://github.com/eslint/rewrite/issues/159 ) ) ([ d8e05d8] ( https://github.com/eslint/rewrite/commit/d8e05d8f7272fd0db351829ced856dac4eed030b ) )
9
+ * config-helpers package ([ #152 ] ( https://github.com/eslint/rewrite/issues/152 ) ) ([ 906d375] ( https://github.com/eslint/rewrite/commit/906d37513ca59da7568aa1895ca786e69c69a07f ) )
10
+
11
+ ## Changelog
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint/config-helpers" ,
3
- "version" : " 0.0 .0" ,
3
+ "version" : " 0.1 .0" ,
4
4
"exports" : " ./dist/esm/index.js" ,
5
5
"publish" : {
6
6
"include" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint/config-helpers" ,
3
- "version" : " 0.0 .0" ,
3
+ "version" : " 0.1 .0" ,
4
4
"description" : " Helper utilities for creating ESLint configuration" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments