Fix lint-staged config again to make sure filenames are not provided

This commit is contained in:
2019-08-08 11:52:09 +05:30
parent 05489aad2c
commit 0aa9a8c40e
+1 -1
View File
@@ -1,3 +1,3 @@
module.exports = {
"*.{js,jsx,ts,tsx}": "run-s check:* lint"
"*.{js,jsx,ts,tsx}": () => "run-s check:* lint"
};