Run Rubocop with lint-staged on commit (#24644)
This commit is contained in:
parent
60ac9e8634
commit
470b8abb69
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@
|
|||
},
|
||||
"lint-staged": {
|
||||
"*": "prettier --ignore-unknown --write",
|
||||
"Capfile|Gemfile|*.{rb,ruby,ru,rake}": "bundle exec rubocop -a",
|
||||
"*.{js,jsx,ts,tsx}": "eslint --fix",
|
||||
"*.{css,scss}": "stylelint --fix"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue