brackets-jscs icon indicating copy to clipboard operation
brackets-jscs copied to clipboard

update to use JSCS 3

Open catdad opened this issue 8 years ago • 4 comments

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.

catdad avatar May 20 '16 13:05 catdad

I recommend you migrate to ESLint. JSCS is being deprecated.

EvHaus avatar May 20 '16 14:05 EvHaus

Unfortunately, it is not my call. They are community projects that I just contribute on.

catdad avatar May 20 '16 14:05 catdad

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

EvHaus avatar May 20 '16 23:05 EvHaus

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.

catdad avatar May 21 '16 00:05 catdad