chore: run eslint
This commit is contained in:
parent
746bcde87a
commit
f979211d90
|
|
@ -139,7 +139,7 @@ export const add = new Command()
|
||||||
}
|
}
|
||||||
|
|
||||||
for (const file of item.files) {
|
for (const file of item.files) {
|
||||||
let filePath = path.resolve(targetDir, file.name)
|
const filePath = path.resolve(targetDir, file.name)
|
||||||
|
|
||||||
// Run transformers.
|
// Run transformers.
|
||||||
const content = await transform({
|
const content = await transform({
|
||||||
|
|
|
||||||
|
|
@ -140,7 +140,7 @@ export async function promptForConfig(
|
||||||
type: 'text',
|
type: 'text',
|
||||||
name: 'tailwindCss',
|
name: 'tailwindCss',
|
||||||
message: `Where is your ${highlight('Tailwind CSS')} file?`,
|
message: `Where is your ${highlight('Tailwind CSS')} file?`,
|
||||||
initial: (prev,values) => defaultConfig?.tailwind.css ?? values.framework === 'nuxt' ? DEFAULT_TAILWIND_CSS_NUXT : DEFAULT_TAILWIND_CSS
|
initial: (prev, values) => defaultConfig?.tailwind.css ?? values.framework === 'nuxt' ? DEFAULT_TAILWIND_CSS_NUXT : DEFAULT_TAILWIND_CSS,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'toggle',
|
type: 'toggle',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user