@@ -18,27 +18,27 @@ npm i putout @putout/plugin-madrun -D
1818
1919## Rules
2020
21- - ✅ [ add-cut-env] [ #add-cut-env ] ;
22- - ✅ [ add-fix-lint] [ #add-fix-lint ] ;
23- - ✅ [ add-function] [ #add-function ] ;
24- - ✅ [ add-run] [ #add-run ] ;
25- - ✅ [ call-run] [ #call-run ] ;
26- - ✅ [ convert-args-to-scripts] [ #convert-args-to-scripts ] ;
27- - ✅ [ convert-cut-env-to-run] [ #convert-cut-env-to-run ] ;
28- - ✅ [ convert-lint-lib] [ #convert-lint-lib ] ;
29- - ✅ [ convert-nyc-to-c8] [ #convert-nyc-to-c8 ] ;
30- - ✅ [ convert-run-argument] [ #convert-run-argument ] ;
31- - ✅ [ convert-run-to-cut-env] [ #convert-run-to-cut-env ] ;
32- - ✅ [ convert-to-async] [ #convert-to-async ] ;
33- - ✅ [ declare] [ #declare ] ;
34- - ✅ [ remove-check-duplicates-from-test] [ #remove-check-duplicates-from-test ] ;
35- - ✅ [ remove-putout] [ #remove-putout ] ;
36- - ✅ [ remove-useless-array-in-run] [ #remove-useless-array-in-run ] ;
37- - ✅ [ remove-useless-string-conversion] [ #remove-useless-string-conversion ] ;
38- - ✅ [ rename-eslint-to-putout] [ #rename-eslint-to-putout ] ;
39- - ✅ [ rename-series-to-run] [ #rename-series-to-run ] ;
40- - ✅ [ set-lint-dot] [ #set-lint-dot ] ;
41- - ✅ [ set-report-lcov] [ #set-report-lcov ] ;
21+ - ✅ [ add-cut-env] ( #add-cut-env ) ;
22+ - ✅ [ add-fix-lint] ( #add-fix-lint ) ;
23+ - ✅ [ add-function] ( #add-function ) ;
24+ - ✅ [ add-run] ( #add-run ) ;
25+ - ✅ [ call-run] ( #call-run ) ;
26+ - ✅ [ convert-args-to-scripts] ( #convert-args-to-scripts ) ;
27+ - ✅ [ convert-cut-env-to-run] ( #convert-cut-env-to-run ) ;
28+ - ✅ [ convert-lint-lib] ( #convert-lint-lib ) ;
29+ - ✅ [ convert-nyc-to-c8] ( #convert-nyc-to-c8 )
30+ - ✅ [ convert-run-argument] ( #convert-run-argument ) ;
31+ - ✅ [ convert-run-to-cut-env] ( #convert-run-to-cut-env ) ;
32+ - ✅ [ convert-to-async] ( #convert-to-async ) ;
33+ - ✅ [ declare] ( #declare ) ;
34+ - ✅ [ remove-check-duplicates-from-test] ( #remove-check-duplicates-from-test ) ;
35+ - ✅ [ remove-putout] ( #remove-putout ) ;
36+ - ✅ [ remove-useless-array-in-run] ( #remove-useless-array-in-run ) ;
37+ - ✅ [ remove-useless-string-conversion] ( #remove-useless-string-conversion ) ;
38+ - ✅ [ rename-eslint-to-putout] ( #rename-eslint-to-putout ) ;
39+ - ✅ [ rename-series-to-run] ( #rename-series-to-run ) ;
40+ - ✅ [ set-lint-dot] ( #set-lint-dot ) ;
41+ - ✅ [ set-report-lcov] ( #set-report-lcov ) ;
4242
4343## Config
4444
0 commit comments