Run Rubocop with lint-staged on commit (#24644)

pull/59/head^2
Nick Schonning 2023-04-30 00:46:16 -04:00 committed by GitHub
parent 60ac9e8634
commit 470b8abb69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"
}