feat: add code onwer
chore: update readme.md chore: update deps chore: update deps chore: update deps
This commit is contained in:
@@ -19,6 +19,7 @@ export async function ignores(): Promise<Linter.FlatConfig[]> {
|
||||
'**/tmp',
|
||||
'**/.tmp',
|
||||
'**/.history',
|
||||
'**/.turbo',
|
||||
'**/.nuxt',
|
||||
'**/.next',
|
||||
'**/.vercel',
|
||||
|
@@ -31,6 +31,6 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"lint-staged": "15.2.2"
|
||||
"lint-staged": "^15.2.7"
|
||||
}
|
||||
}
|
||||
|
@@ -31,7 +31,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"prettier": "3.3.0",
|
||||
"prettier": "^3.3.2",
|
||||
"prettier-plugin-tailwindcss": "^0.6.4"
|
||||
}
|
||||
}
|
||||
|
@@ -39,7 +39,7 @@
|
||||
"postcss": "^8.4.38",
|
||||
"postcss-html": "^1.7.0",
|
||||
"postcss-scss": "^4.0.9",
|
||||
"prettier": "3.3.0",
|
||||
"prettier": "^3.3.2",
|
||||
"stylelint": "^16.6.1",
|
||||
"stylelint-config-recommended": "^14.0.0",
|
||||
"stylelint-config-recommended-scss": "^14.0.0",
|
||||
|
Reference in New Issue
Block a user