janaxs / javascript-style-guide

JavaScript Style Guide with basics for client and server code, clean, unobtrusive, unopiniated, without transpilation together with jscs and jshint configurations.
MIT License
2 stars 2 forks source link

jscs #5

Open litemerafrukt opened 7 years ago

litemerafrukt commented 7 years ago

Isn't jscs deprecated on dbwebb? And eslint used instead?

jscs homepage has a message that jscs has merged with eslint.

It could be easier to just maintain one set of lint rules if the two linters check for the same things.

mosbth commented 7 years ago

Yepp, for dbwebb we now use eslint which makes jscs och jshint obsolete.

Perhaps one should clean up the README and remove references to the settings of the config files, its sort of duplicated info with the tools own documentation (which are rather good nowmore).

I guess that the configfiles for jshint and jscs will remain in the repo until thay do some harm to the test suite.