UNPKG

@fellow/eslint-plugin-coffee

Version:

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

50 lines (49 loc) 1.56 kB
{ "name": "@fellow/eslint-plugin-coffee", "version": "0.4.13", "description": "Transpiles coffee files (.coffee, .cjsx) and runs through eslint. Reports errors with original line numbers.", "main": "dist/index.js", "keywords": [ "eslint", "eslint-plugin", "coffeescript", "coffee", "coffeelint" ], "author": "Amin Mirzaee <github:aminland>", "scripts": { "pretest": "npm link && npm link @fellow/eslint-plugin-coffee", "test": "npm run build && node ./vowsrunner.js test/test_*.coffee --spec", "watch": "node_modules/.bin/coffee --bare --watch --no-header -t -o dist src", "build": "node_modules/.bin/coffee --bare --no-header -t -o dist src" }, "dependencies": { "@fellow/coffeelint2": "^2.2.3", "babel-eslint": "^7.2.3", "coffeescript": "^2.1.2", "eslint-module-utils": "^2.1.1", "find-remove": "^1.2.0", "lodash": "^4.17.5", "source-map": "^0.6.1" }, "devDependencies": { "babel-cli": "^6.6.5", "babel-core": "^6.26.0", "babel-plugin-lodash": "^3.3.2", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", "babel-plugin-transform-object-rest-spread": "^6.8.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.1", "babel-register": "^6.26.0", "babel-runtime": "^6.26.0", "eslint": "^4.17.0", "eslint-plugin-import": "^2.8.0", "lodash": "^4.17.5", "vows": "^0.8.1" }, "repository": "aminland/eslint-plugin-coffee.git", "engines": { "node": ">=0.10.0" }, "license": "MIT" }