mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-22 01:48:11 +08:00
don't lint-staged src, only staged
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
"./src/**/*.js": "eslint --fix ./src/",
|
||||
"./src/**/*.js": "eslint --fix",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user