v2.0.0
Pre-release
Pre-release
validateQuoteMarks
issue #1 was fixed in1.0.3
- Remove monkeypatch of
estraverse
which was causing weird issues with unit tests injscs
, so that function was moved tojscs
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