jbrumwell / node-jsxcs

JavaScript Code Style checker with JSX (React) support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSXCS

Wrapper around jscs to allow running jscs for JSX files.

How to install

npm install jsxcs -g

How to use

See jscs for guides.

Caveats

As jsxcs works by ignoring errors on lines that are generated by the JSX transformer, some errors with actual user made styling issues might get omitted.

About

JavaScript Code Style checker with JSX (React) support


Languages

Language:JavaScript 100.0%