File tree Expand file tree Collapse file tree
packages/create-app/src/plugins Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 [" cva\\ (([^)]*)\\ )" , " [\" '`]([^\" '`]*).*?[\" '`]" ],
44 [" cn\\ (([^)]*)\\ )" , " (?:'|\" |`)([^']*)(?:'|\" |`)" ]
55 ],
6- "oxc.enable.oxlint" : false ,
6+ "oxc.enable.oxlint" : true ,
77 "files.associations" : {
88 "**/packages/create-app/template/**/*" : " plaintext"
99 },
1010 "[json]" : {
1111 "editor.defaultFormatter" : " oxc.oxc-vscode"
1212 },
13- "prettier.enable" : false ,
1413 "editor.formatOnSave" : true ,
1514 "editor.defaultFormatter" : " oxc.oxc-vscode" ,
1615 "oxc.fmt.configPath" : " .oxfmtrc.jsonc" ,
Original file line number Diff line number Diff line change 11import { TemplatePlugin } from '@/index' ;
2- import { pick , writeFile } from '@/utils' ;
2+ import { writeFile } from '@/utils' ;
33import path from 'node:path' ;
44
55const config = `import { defineConfig, globalIgnores } from 'eslint/config';
You can’t perform that action at this time.
0 commit comments