File tree Expand file tree Collapse file tree
examples/httpie/src/commands Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 "noNonNullAssertion" : " off" ,
4949 "useBlockStatements" : " error" ,
5050 "noMagicNumbers" : " error" ,
51- "noExportedImports" : " error"
51+ "noExportedImports" : " error" ,
52+ "useFilenamingConvention" : {
53+ "level" : " off" ,
54+ "options" : {
55+ "filenameCases" : [" kebab-case" ]
56+ }
57+ }
5258 }
5359 }
5460 },
6672 "enabled" : false
6773 }
6874 },
75+ "assist" : {
76+ "enabled" : true ,
77+ "actions" : {
78+ "source" : {
79+ "organizeImports" : " on"
80+ }
81+ }
82+ },
6983 "overrides" : [
7084 {
71- "includes" : [
72- " **/build.ts" ,
73- " packages/pack-utils/**" ,
74- " packages/*/test/fixtures/**" ,
75- " packages/*/bench/**"
76- ],
85+ "includes" : [" **/*.ts" ],
7786 "linter" : {
7887 "rules" : {
79- "suspicious " : {
80- "noConsole " : " off "
88+ "style " : {
89+ "useFilenamingConvention " : " error "
8190 }
8291 }
8392 }
8493 }
85- ],
86- "assist" : {
87- "enabled" : true ,
88- "actions" : {
89- "source" : {
90- "organizeImports" : " on"
91- }
92- }
93- }
94+ ]
9495}
Original file line number Diff line number Diff line change 1+ // biome-ignore lint/style/useFilenamingConvention: keep uppercase
2+
13import { defineCommand } from '@parshjs/core' ;
24import { requestOptions } from '../options.ts' ;
35
Original file line number Diff line number Diff line change 1+ // biome-ignore lint/style/useFilenamingConvention: keep uppercase
2+
13import { defineCommand } from '@parshjs/core' ;
24import { requestOptions } from '../options.ts' ;
35
Original file line number Diff line number Diff line change 1+ // biome-ignore lint/style/useFilenamingConvention: keep uppercase
2+
13import { defineCommand } from '@parshjs/core' ;
24import { requestOptions } from '../options.ts' ;
35
Original file line number Diff line number Diff line change 1+ // biome-ignore lint/style/useFilenamingConvention: keep uppercase
2+
13import { defineCommand } from '@parshjs/core' ;
24import { dataOption , requestOptions } from '../options.ts' ;
35
Original file line number Diff line number Diff line change 1+ // biome-ignore lint/style/useFilenamingConvention: keep uppercase
2+
13import { defineCommand } from '@parshjs/core' ;
24import { dataOption , requestOptions } from '../options.ts' ;
35
Original file line number Diff line number Diff line change 1+ // biome-ignore lint/style/useFilenamingConvention: keep uppercase
2+
13import { defineCommand } from '@parshjs/core' ;
24import { dataOption , requestOptions } from '../options.ts' ;
35
You can’t perform that action at this time.
0 commit comments