A Brackets extension that enables JSCS validation for Javascript files. For more information about JSCS see https://github.com/mdevils/node-jscs.
JSCS can be configured by a .jscs.json file located in the project root directory.
Brackets Sprint 37 or greater
This extension will search for a .jscs.json file in your project's root directory, if not found, it will look for a .jscsrc file in your project's root directory, and if that isn't found either, JSCS will use a default configuration spec with no rules defined.
v0.1.7 (2014-11-13)
- Enable JSXTransform harmony mode
v0.1.6 (2014-11-13)
- Upgrade to latest node-jscs
- Upgrade React to v0.12
- All .js and .jsx files now run through the JSXTransformer first (as JSX files can no longer be identified)
v0.1.5 (2014-10-18)
- Upgrade to node-jscs 1.7.3
v0.1.4 (2014-09-26)
- Upgrade to node-jscs 1.6.2
- Add support for .jsx files
v0.1.3 (2014-08-17)
- Upgrade to node-jscs 1.5.9
v0.1.2 (2014-06-27)
- Upgrade to node-jscs 1.5.6 Issue #10
v0.1.1 (2014-06-05)
- Upgrade to node-jscs 1.4.5 Issue #9
- Fix issue with .jscs.json not being recognized in subfolders Issue #8
v0.1.0 (2014-05-11)
- Upgrade to node-jscs 1.4.2
- Added support for asynchronous linting Issue #7
- Will now properly lookup for configuration files starting from the current folder all the way up
v0.0.9 (2014-04-18)
- Minor change to fix the package.json package name now that Brackets Extension registry allows you to remove extensions
v0.0.8 (2014-04-05)
- Upgrade to node-jscs 1.3.0
- Fix for Issue #5
v0.0.7 (2014-03-27)
- Added support for .jscsrc files Issue #4
v0.0.6 (2014-01-29)
- Fix for Issue #2
- Temporarily changing extension package name back to incorrect value, pending response to this thread
v0.0.5 (2014-01-25)
- Upgrade to node-jscs 1.2.4
- Remove default "disallowMultipleVarDecl" config
- Add support for "excludeFiles" option
- Fix for extension package name
- Added NOTICE for third-party licenses
v0.0.4 (2014-01-09)
- Fixed bug with error line number being reported 1 line down
v0.0.3 (2014-01-09)
- Updating to latest version of JSCS
v0.0.2 (2013-12-15)
- Updating to latest version of JSCS
v0.0.1 (2013-12-02)
- Initial release
npm install
bower install
grunt build
Based heavily on brackets-jshint.