Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 223 Bytes

lintstaged.md

File metadata and controls

15 lines (11 loc) · 223 Bytes

Lintstaged

Config

.lintstagedrc

{
	"*.{png,jpeg,jpg,gif,svg}": ["imagemin-lint-staged"],
	"*.js": ["eslint --fix"],
	"*.css": ["stylelint"]
}

This example uses [[eslint]], [[stylelint]], [[imagemin]]