Skip to content

v2.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@hzoo hzoo released this 08 Jul 13:08
· 28 commits to master since this release

validateQuoteMarks issue #1 was fixed in 1.0.3

  • Remove monkeypatch of estraverse which was causing weird issues with unit tests in jscs, so that function was moved to jscs itself.

To Use:
You will need to run babel-jscs with jscs master (specifically jscs-dev/node-jscs@4d70439), or wait for the next release of jscs (either 1.14.0 or maybe 2.0.0)

Again that means either update your package.json

// package.json
{
  "jscs": "jscs-dev/node-jscs#master",
  "jscs": "^2.0.0" // whenever the next release is
}

or run npm i jscs-dev/node-jscs --save-dev