mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-12-08 00:44:30 +01:00
chore: cleaner configs
This commit is contained in:
parent
1e0567b538
commit
d2e627ff13
@ -1,4 +1,7 @@
|
|||||||
{
|
{
|
||||||
"**/*": ["prettier --write --ignore-unknown", "editorconfig-checker"],
|
"**/*": ["editorconfig-checker", "prettier --write --ignore-unknown"],
|
||||||
"**/*.{md,mdx}": ["markdownlint-cli2 --fix --no-globs"]
|
"**/*.md": ["markdownlint-cli2 --fix --no-globs"],
|
||||||
|
"**/*.{js,jsx,ts,tsx}": [
|
||||||
|
"eslint --fix --max-warnings 0 --report-unused-disable-directives"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"no-duplicate-heading": false,
|
"no-duplicate-heading": false,
|
||||||
"no-inline-html": false,
|
"no-inline-html": false,
|
||||||
},
|
},
|
||||||
"globs": ["**/*.{md,mdx}"],
|
"globs": ["**/*.md"],
|
||||||
"ignores": ["**/node_modules"],
|
"ignores": ["**/node_modules"],
|
||||||
"customRules": ["markdownlint-rule-relative-links"],
|
"customRules": ["markdownlint-rule-relative-links"],
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user