@cjssdk/eslintdeprecated

General-purpose eslint linting.

Usage no npm install needed!

<script type="module">
  import cjssdkEslint from 'https://cdn.skypack.dev/@cjssdk/eslint';
</script>

README

General-purpose eslint linting

npm version dependencies status devDependencies status Gitter

Installation

npm install @cjssdk/eslint

Usage

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

module.exports = {
    extends: require.resolve('@cjssdk/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

@cjssdk/eslint is released under the GPL-3.0 License.