mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 13:52:36 +00:00
Fix lint-staged config again to make sure filenames are not provided
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
"*.{js,jsx,ts,tsx}": "run-s check:* lint"
|
||||
"*.{js,jsx,ts,tsx}": () => "run-s check:* lint"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user