File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
packages/plugin-putout-config Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -72,12 +72,12 @@ Apply [`assignment`](https://github.com/coderaiser/putout/tree/master/packages/p
7272- "split-assignment-expressions": "off",
7373- "simplify-assignments": "off",
7474- "convert-assignment-to-arrow-function": "off",
75- - "convert-assignment-to-comparisson ": "off",
75+ - "convert-assignment-to-comparison ": "off",
7676- "convert-assignment-to-declaration": "off"
7777+ "assignment/split": "off",
7878+ "assignment/simplify": "off",
7979+ "assignment/convert-to-arrow-function": "off"
80- + "assignment/convert-to-comparisson ": "off",
80+ + "assignment/convert-to-comparison ": "off",
8181+ "assignment/convert-to-declaration": "off"
8282 }
8383}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ __putout_processor_json({
33 "assignment/split" : "off" ,
44 "assignment/simplify" : "off" ,
55 "assignment/convert-to-arrow-function" : "off" ,
6- "assignment/convert-to-comparisson " : "off" ,
6+ "assignment/convert-to-comparison " : "off" ,
77 "assignment/convert-to-declaration" : "off"
88 }
99} ) ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ __putout_processor_json({
33 "split-assignment-expressions" : "off" ,
44 "simplify-assignments" : "off" ,
55 "convert-assignment-to-arrow-function" : "off" ,
6- "convert-assignment-to-comparisson " : "off" ,
6+ "convert-assignment-to-comparison " : "off" ,
77 "convert-assignment-to-declaration" : "off"
88 }
99} ) ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const v39 = [
44 [ 'split-assignment-expressions' , 'assignment/split' ] ,
55 [ 'simplify-assignments' , 'assignment/simplify' ] ,
66 [ 'convert-assignment-to-arrow-function' , 'assignment/convert-to-arrow-function' ] ,
7- [ 'convert-assignment-to-comparisson ' , 'assignment/convert-to-comparisson ' ] ,
7+ [ 'convert-assignment-to-comparison ' , 'assignment/convert-to-comparison ' ] ,
88 [ 'convert-assignment-to-declaration' , 'assignment/convert-to-declaration' ] ,
99] ;
1010
You can’t perform that action at this time.
0 commit comments