mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 08:55:43 +03:00
Fix lint-staged paths
Paths now start from package.json location, not project root.
This commit is contained in:
@@ -14,11 +14,11 @@
|
||||
"precommit": "lint-staged"
|
||||
},
|
||||
"lint-staged": {
|
||||
"ui/{app,tests,config,lib,mirage}/**/*.js": [
|
||||
"{app,tests,config,lib,mirage}/**/*.js": [
|
||||
"prettier --write",
|
||||
"git add"
|
||||
],
|
||||
"ui/app/styles/**/*.*": [
|
||||
"app/styles/**/*.*": [
|
||||
"prettier --write",
|
||||
"git add"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user