UNPKG

@codedungeon/gunner

Version:
14 lines (13 loc) 284 B
module.exports = { 'no-empty-interface': false, bracketSpacing: true, semi: false, printWidth: 180, tabWidth: 2, useTabs: false, singleQuote: true, quoteProps: 'as-needed', trailingComma: 'all', disableLanguages: ['html'], htmlWhitespaceSensitivity: 'ignore', }