File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 178178 "typescript/no-duplicate-type-constituents" : [
179179 2 ,
180180 {
181- "ignoreParameters " : true ,
182- "ignoreProperties " : true
181+ "ignoreIntersections " : false ,
182+ "ignoreUnions " : false
183183 }
184184 ],
185185 "typescript/no-for-in-array" : 2 ,
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-neon" ,
3- "version" : " 0.3.1 " ,
3+ "version" : " 0.3.2 " ,
44 "description" : " The ultimate ESLint shareable config" ,
55 "keywords" : [
66 " config" ,
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ const rules: TSESLint.FlatConfig.Rules = {
7070 ] ,
7171 "@typescript-eslint/no-duplicate-enum-values" : 2 ,
7272 "@typescript-eslint/no-duplicate-type-constituents" : [ 2 , {
73- ignoreParameters : true ,
74- ignoreProperties : true ,
73+ ignoreIntersections : false ,
74+ ignoreUnions : false ,
7575 } ] ,
7676 "@typescript-eslint/no-dynamic-delete" : 2 ,
7777 "@typescript-eslint/no-empty-function" : 0 ,
You can’t perform that action at this time.
0 commit comments