UNPKG

@adamhamlin/eslint-config

Version:

Easy ESLint & Prettier config for TypeScript projects

15 lines (14 loc) 262 B
module.exports = { singleQuote: true, printWidth: 120, tabWidth: 4, bracketSameLine: true, overrides: [ { files: ['*.yaml', '*.yml'], options: { tabWidth: 2, }, }, ], };