UNPKG

tslint-config-olo

Version:
14 lines 369 B
module.exports = { 'rules': { 'eofline': false, 'indent': [true, 'spaces'], 'linebreak-style': false, 'max-line-length': false, 'no-default-export': false, 'no-mergeable-namespace': false, 'no-require-imports': true, 'no-trailing-whitespace': true, 'object-literal-sort-keys': false, 'trailing-comma': false } };