brackets-jscs
brackets-jscs copied to clipboard
update to use JSCS 3
A few of the projects I work on have now started using JSCS 3, causing this extension to show "unsupported rule" messages for some of the new rules.
The dependency is already listed as latest
, but it looks like the extension has not been updated in a while.
I recommend you migrate to ESLint. JSCS is being deprecated.
Unfortunately, it is not my call. They are community projects that I just contribute on.
Have you tried this:
- In the extensions folder navigate to /user/globexdesigns.brackets-jscs
- Open a terminal to this folder and run npm install
- Restart Brackets
It installed JCSC 3.0.3. However, now it is just timing out when trying to get JSCS content.
There are some [Connection] Unable to stringify message: Converting circular structure to JSON
coming from the Node connection. Not sure if that is related or not.