From 9edd271a10457ce90a0aa008f21bdcbc68dba582 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 29 Jun 2016 14:39:24 +0200 Subject: [PATCH] Remove JSCS It's being deprecated in favor of ESLint --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 36cd2d9..cd54137 100644 --- a/readme.md +++ b/readme.md @@ -112,7 +112,6 @@ - [yo](https://github.com/yeoman/yo) - Run Yeoman generators. - [Babel](https://babeljs.io/docs/usage/cli/) - Use next generation JavaScript, today. - [ESLint](http://eslint.org) - The pluggable linting utility for JavaScript. -- [JSCS](https://github.com/jscs-dev/node-jscs) - JavaScript Code Style checker. - [Standard](https://github.com/feross/standard) - JavaScript Standard Style — One style to rule them all. - [cpy](https://github.com/sindresorhus/cpy) - Copy files. - [fkill](https://github.com/sindresorhus/fkill-cli) - Fabulously kill processes. Cross-platform.