Code Monkey home page Code Monkey logo

brackets-interactivelinter's Introduction

Brackets-InteractiveLinter

Brackets integration with JSHint, JSLint, and CoffeeLint! Interactive Linter runs linters as you work on your code and gives instant feedback right on your document. You can access the details of the lint report by clicking on the light bulbs on the line gutters.

Interactive linter provides a plugin system to integrate with your own linter.

Supports traversing up the directory tree to load the closest hint config file.

JSHint/JSLint

Interactive Linter automatically loads .jshintrc and .jslintrc files in your project.

All jshint settings that already exists inline in your JavaScript files will continue to work along side any .jshintrc/.jslintrc file.

Integration with http://jslinterrors.com/ to find out details about what's reported by JSHint.

This was inspired by Joachim's extensions brackets-continuous-compilation (https://github.com/JoachimK/brackets-continuous-compilation)

CoffeeLint

CoffeeLinter does not yet have a standard file that's loaded and processed by the linter itself. So, while this is resolved by CoffeeLint, I have added support for .coffeelintrc to follow analogous system to JSLint and JSHint.

Screenshots

jshint

coffeelint

How to

  • Install... Go through the Brackets Extensions Manager.

FAQ

  • Use JSLint instead of JSHint? Yes, it is possible. Although it requires manual intervention.

    • Open up the plugins directory in Interactive Linter
    • Go into jshint/main.js, find "language: javascript" and rename to "language: disabled-javascript"
    • Go into jslint/main.js, find "language: disabled-javascript" and rename to "language: javascript"
    • Reload Bracket and enjoy JSLint
  • Are .jshintrc supported?

    • Yes, they are supported but in the context of a project.

Links

Brackets? Right here... http://brackets.io/
Brackets github? Right here... https://github.com/adobe/brackets

Contact me

If you have any issues or want to just drop in a line, you can use my personal email at [email protected]

License

Licensed under MIT

brackets-interactivelinter's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.