Revision 1b389dbca2e9f641df05708d5487bc0cdae97925 authored by Alexander Veit on 26 August 2020, 13:32:41 UTC, committed by Alexander Veit on 26 August 2020, 13:32:41 UTC
1 parent fb8e7e9
Raw File
.lintstagedrc

{
  "app/**/*.js": [
    "pretty-quick --staged",
    "eslint -c .eslintrc --fix",
    "git add"
  ],
  "test/**/*.js": [
    "pretty-quick --staged",
    "eslint -c .eslintrc --fix",
    "git add"
  ]
}
back to top