cjs-eslint

2.1.0 • Public • Published

General-purpose eslint linting

npm version dependencies status devDependencies status Gitter

Installation

npm install cjs-eslint --save-dev

Usage

Add file .eslintrc.js to your project root with the following content:

module.exports = {
    extends: require.resolve('cjs-eslint')
};

Run linting for your project:

npx eslint .

Contribution

If you have any problems or suggestions please open an issue according to the contribution rules.

License

cjs-eslint is released under the GPL-3.0 License.

Package Sidebar

Install

npm i cjs-eslint

Weekly Downloads

0

Version

2.1.0

License

MIT

Unpacked Size

18 kB

Total Files

5

Last publish

Collaborators

  • cjssdk