https://github.com/hms-dbmi/higlass
Raw File
Tip revision: 17ab6616e7810f67872d79d4d84502fed3e2d5bf authored by Peter Kerpedjiev on 07 August 2019, 06:41:25 UTC
Smoooooooooooth
Tip revision: 17ab661
.lintstagedrc

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