eslint config
parent
352fb91883
commit
47608ffef9
|
@ -11,5 +11,10 @@ export default antfu({
|
|||
isInEditor: true,
|
||||
ignore: [
|
||||
'**/test/**',
|
||||
]
|
||||
],
|
||||
formatters: {
|
||||
css: true,
|
||||
html: true,
|
||||
markdown: 'prettier',
|
||||
}
|
||||
})
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
{
|
||||
"name": "dev-sidecar-parent",
|
||||
"type": "module",
|
||||
"packageManager": "pnpm@9.13.2",
|
||||
"private": false,
|
||||
"author": "Greper",
|
||||
"license": "MPL-2.0",
|
||||
"devDependencies": {
|
||||
"eslint": "^9.15.0",
|
||||
"@antfu/eslint-config": "^3.9.1"
|
||||
"@antfu/eslint-config": "^3.9.1",
|
||||
"eslint-plugin-format": "^0.1.2"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
|
|
Loading…
Reference in New Issue