UNPKG

@fellow/eslint-plugin-coffee

Version:

Transpiles coffee files (.coffee, .cjsx) and runs through eslint. Reports errors with original line numbers.

11 lines (10 loc) 207 B
'use strict'; module.exports = { extends: require.resolve('./recommended'), rules: { '@fellow/coffee/indentation': ['error', { value: 4 }], '@fellow/coffee/no-tabs': ['off', {}] } };