This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 509
Roadmap
Oleg Gaidarenko edited this page Aug 18, 2015
·
11 revisions
- Add fix field to the rule declarations (https://github.com/jscs-dev/node-jscs/issues/1113)
- Add at least one rule with "fix" field
- Land as many ES6-only rules as possible - https://github.com/jscs-dev/node-jscs/issues?q=is%3Aopen+is%3Aissue+label%3A%22new+rule%22+label%3Aesnext
- Land all reviewed PRs
-
babel-jscs
should be a parser foresnext
field for better ES6/7 and JSX support (https://github.com/jscs-dev/node-jscs/issues/1353, https://github.com/jscs-dev/node-jscs/pull/1515) - Make JSDoc plugin part of JSCS dist (https://github.com/jscs-dev/node-jscs/issues/1359)
- Change default value of
maxError
option to 50 (https://github.com/jscs-dev/node-jscs/issues/681) - Obey rule of silence (https://github.com/jscs-dev/node-jscs/issues/962)
- Differentiate exit codes (https://github.com/jscs-dev/node-jscs/issues/1095)
- Add node .12 and io.js to the CIs (https://github.com/jscs-dev/node-jscs/issues/1054)