Skip to content

chore(deps): update dependency husky to v9 #2131

chore(deps): update dependency husky to v9

chore(deps): update dependency husky to v9 #2131

GitHub Actions / TSLint Checks succeeded Jul 26, 2024 in 1s

TSLint Checks

0 error(s), 0 warning(s) found

Details

Configuration

Actions Input

Name Value
config tslint.json
project (not provided)
pattern *.ts

TSLint Configuration

{
  "defaultSeverity": "error",
  "extends": [
    "tslint:recommended"
  ],
  "jsRules": {},
  "rules": {
    "object-literal-sort-keys": false,
    "interface-name": [
      true,
      "never-prefix"
    ]
  },
  "rulesDirectory": []
}