mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +02:00 
			
		
		
		
	chore: cleaner configs
This commit is contained in:
		| @@ -1,4 +1,7 @@ | ||||
| { | ||||
|   "**/*": ["prettier --write --ignore-unknown", "editorconfig-checker"], | ||||
|   "**/*.{md,mdx}": ["markdownlint-cli2 --fix --no-globs"] | ||||
|   "**/*": ["editorconfig-checker", "prettier --write --ignore-unknown"], | ||||
|   "**/*.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-inline-html": false, | ||||
|   }, | ||||
|   "globs": ["**/*.{md,mdx}"], | ||||
|   "globs": ["**/*.md"], | ||||
|   "ignores": ["**/node_modules"], | ||||
|   "customRules": ["markdownlint-rule-relative-links"], | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user