1.0.1 • Published 6 years ago

spa-eslint v1.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

General-purpose eslint linting

npm version dependencies status devDependencies status Gitter

Installation

npm install spa-eslint --save-dev

Usage

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

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

spa-eslint is released under the MIT License.

1.0.1

6 years ago

1.0.0

6 years ago