Skip to content
Snippets Groups Projects
Forked from SCS / docs.it4i.cz
1528 commits behind, 927 commits ahead of the upstream repository.
This project manages its dependencies using npm. Learn more
package.json 103 B
{
	"scripts": {
		"lint-md": "remark ."
	},

	"remarkConfig": {
		"presets": ["lint-recommended"]
	}
}