UNPKG

@wfcd/eslint-config

Version:

Shared eslint configuration for Warframe Community Developers

13 lines (11 loc) 206 B
'use strict'; module.exports = { trailingComma: 'es5', tabWidth: 2, semi: true, singleQuote: true, quoteProps: 'as-needed', bracketSpacing: true, arrowParens: 'always', printWidth: 120, };