File tree Expand file tree Collapse file tree 3 files changed +57
-44
lines changed
Expand file tree Collapse file tree 3 files changed +57
-44
lines changed Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://biomejs.dev/schemas/1.6.1/schema.json" ,
3- "organizeImports" : {
4- "enabled" : true
5- },
2+ "$schema" : " https://biomejs.dev/schemas/2.0.5/schema.json" ,
3+ "assist" : { "actions" : { "source" : { "organizeImports" : " on" } } },
64 "javascript" : {
75 "formatter" : {
86 "quoteStyle" : " single"
1412 "recommended" : true ,
1513 "performance" : {
1614 "noDelete" : " warn"
15+ },
16+ "style" : {
17+ "noParameterAssign" : " error" ,
18+ "useAsConstAssertion" : " error" ,
19+ "useDefaultParameterLast" : " error" ,
20+ "useEnumInitializers" : " error" ,
21+ "useSelfClosingElements" : " error" ,
22+ "useSingleVarDeclarator" : " error" ,
23+ "noUnusedTemplateLiteral" : " error" ,
24+ "useNumberNamespace" : " error" ,
25+ "noInferrableTypes" : " error" ,
26+ "noUselessElse" : " error"
1727 }
1828 }
1929 }
Original file line number Diff line number Diff line change 1212 "@twilio/cli-core" : " ^7.27.2"
1313 },
1414 "devDependencies" : {
15- "@biomejs/biome" : " 1.9.4 " ,
15+ "@biomejs/biome" : " 2.0.5 " ,
1616 "chai" : " ^5.2.0" ,
1717 "mocha" : " ^11.1.0" ,
1818 "nyc" : " ^17.1.0" ,
2929 " /yarn.lock"
3030 ],
3131 "homepage" : " https://github.com/twilio-labs/plugin-token" ,
32- "keywords" : [" oclif-plugin" ],
32+ "keywords" : [
33+ " oclif-plugin"
34+ ],
3335 "license" : " MIT" ,
3436 "oclif" : {
3537 "name" : " token" ,
3638 "commands" : " ./src/commands" ,
3739 "bin" : " twilio" ,
38- "devPlugins" : [" @oclif/plugin-help" ],
40+ "devPlugins" : [
41+ " @oclif/plugin-help"
42+ ],
3943 "topics" : {
4044 "token" : {
4145 "description" : " Generate a temporary token for use in test applications"
You can’t perform that action at this time.
0 commit comments