UNPKG

@fellow/eslint-plugin-coffee

Version:

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

8 lines (4 loc) 227 B
CoffeeExtensions = ['.cjsx', '.cjs', '.coffeescript', '.coffee', '.xcoffee', '.litcoffee', '.litxcoffee', '.litcjsx'] CoffeeLintConfig = {} CoffeeCache = {} export default { CoffeeCache, CoffeeLintConfig, CoffeeExtensions }