content collections for badges and projects
This commit is contained in:
parent
b09fe1b8bf
commit
49562a82a4
28 changed files with 131 additions and 61 deletions
|
@ -4,6 +4,7 @@ import typescriptEslint from "typescript-eslint";
|
|||
export default [
|
||||
{
|
||||
ignores: [
|
||||
"**/.astro",
|
||||
"**/dist/*",
|
||||
"**/result/*",
|
||||
"**/node_modules/*"
|
||||
|
@ -13,9 +14,10 @@ export default [
|
|||
...eslintPluginAstro.configs.recommended,
|
||||
{
|
||||
rules: {
|
||||
quotes: ["error", "double"],
|
||||
semi: ["error", "always"],
|
||||
|
||||
"quotes": ["error", "double"],
|
||||
"semi": ["error", "always"],
|
||||
"comma-dangle": ["error", "never"],
|
||||
|
||||
"@typescript-eslint/no-unused-vars": [
|
||||
"error",
|
||||
{
|
||||
|
@ -23,6 +25,6 @@ export default [
|
|||
argsIgnorePattern: "^_"
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
}
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue