mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 13:52:36 +00:00
Move lint-staged config to different file to ignore filenames
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
module.exports = {
|
||||||
|
"*.{js,jsx,ts,tsx}": "run-s check:* lint"
|
||||||
|
};
|
||||||
@@ -119,10 +119,5 @@
|
|||||||
"typedoc": "^0.15.0",
|
"typedoc": "^0.15.0",
|
||||||
"typedoc-plugin-markdown": "^2.1.0",
|
"typedoc-plugin-markdown": "^2.1.0",
|
||||||
"typescript": "3.5.3"
|
"typescript": "3.5.3"
|
||||||
},
|
|
||||||
"lint-staged": {
|
|
||||||
"*.{js,jsx,ts,tsx}": [
|
|
||||||
"run-s check:* lint"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user