UNPKG

@fellow/eslint-plugin-coffee

Version:

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

14 lines (9 loc) 416 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var CoffeeCache, CoffeeExtensions, CoffeeLintConfig; CoffeeExtensions = ['.cjsx', '.cjs', '.coffeescript', '.coffee', '.xcoffee', '.litcoffee', '.litxcoffee', '.litcjsx']; CoffeeLintConfig = {}; CoffeeCache = {}; exports.default = { CoffeeCache: CoffeeCache, CoffeeLintConfig: CoffeeLintConfig, CoffeeExtensions: CoffeeExtensions };