mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
Merge pull request #5715 from hashicorp/b-precommit-linting
Restore precommit linting
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"'{app,tests,config,lib,mirage}/**/*.js'": ["prettier --write", "git add"],
|
||||
"'app/styles/**/*.*'": ["prettier --write", "git add"]
|
||||
"{app,tests,config,lib,mirage}/**/*.js": ["prettier --write", "git add"],
|
||||
"app/styles/**/*.*": ["prettier --write", "git add"]
|
||||
},
|
||||
"devDependencies": {
|
||||
"anser": "^1.4.8",
|
||||
|
||||
Reference in New Issue
Block a user