.lintstagedrc 192 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 { "linters": { "*.{js,vue}": [ "yarn lint:js --fix", "git add" ], "*.{scss,css,vue}": [ "yarn lint:css --fix", "git add" ] }, "ignore": ["dist"] }