0.1.0 • Published 2 years ago

@phoenix-plugin-registry/brackets-coffeelinter v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

brackets-coffeelinter

Makes CoffeeLint the Brackets linter for CoffeeScript files. Very simple.

How

Uses CoffeeLint and Node.js to provide linting support for CoffeeScript in Brackets using its built-in linting API, CodeInspection. Uses an async call to get results from Node instance of CoffeeLint as described here.

Others

These extensions also do CoffeeScript linting in Brackets; check them out:

Why?

I wanted:

  • to make a simple Brackets extension
  • to make Brackets call code from Node.js
  • something simple

Feedback welcome!

Limitations

  • No config support (currently)

License

MIT