UNPKG

detect-secrets

Version:

A developer-friendly secrets detection tool for CI and pre-commit hooks based on Yelp's detect-secrets

10 lines (9 loc) 158 B
module.exports = { printWidth: 100, tabWidth: 2, singleQuote: true, semi: false, trailingComma: 'none', useTabs: false, bracketSpacing: false }