This repository was archived by the owner on Mar 7, 2025. It is now read-only.
File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Next
2
2
3
- [ diff] ( https://github.com/Shinigami92/eslint-define-config/compare/1.0.0-alpha.3...main )
3
+ [ diff] ( https://github.com/Shinigami92/eslint-define-config/compare/1.0.0-alpha.4...main )
4
+
5
+ # 1.0.0-alpha.4
6
+
7
+ [ diff] ( https://github.com/Shinigami92/eslint-define-config/compare/1.0.0-alpha.3...1.0.0-alpha.4 )
8
+
9
+ - Add ` env ` property types ([ fa116b5] )
10
+ - ` Override ` can contain ` env ` property ([ d9a9c58] )
11
+ - Define ` extends ` ([ 0549d94] )
12
+ - First tuple value can be optional and fallback to default ([ ef9eb71] )
13
+
14
+ [ ef9eb71 ] : https://github.com/Shinigami92/eslint-define-config/commit/ef9eb71d52226b7737981b5e8612fe0772a50ac2
15
+ [ d9a9c58 ] : https://github.com/Shinigami92/eslint-define-config/commit/d9a9c58b900f469ed0b9f8c6b372163352a839a5
16
+ [ 0549d94 ] : https://github.com/Shinigami92/eslint-define-config/commit/0549d94c9c441c3fbfb7e3e11bc39630536aea69
17
+ [ fa116b5 ] : https://github.com/Shinigami92/eslint-define-config/commit/fa116b55214e05616577f2b466c895f19c552741
4
18
5
19
# 1.0.0-alpha.3
6
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-define-config" ,
3
- "version" : " 1.0.0-alpha.3 " ,
3
+ "version" : " 1.0.0-alpha.4 " ,
4
4
"description" : " Provide a defineConfig function for .eslintrc.js files" ,
5
5
"main" : " src/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments