UNPKG

eslint-config-signavio

Version:

This package provides the agreed-upon set of JavaScript linting rules for all JavaScript projects at Signavio. The rule set is based upon the linting rules employed at [airbnb](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb

7 lines (6 loc) 104 B
module.exports = { tabWidth: 4, semi: false, singleQuote: true, trailingComma: 'es5', }