1.0.1 • Published 7 years ago
spa-eslint v1.0.1
General-purpose eslint linting
Installation
npm install spa-eslint --save-devUsage
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.