mag-eslint
v1.0.2
Published
General-purpose eslint linting.
Readme
General-purpose eslint linting
Installation
npm install mag-eslint --save-devUsage
Add file .eslintrc.js to your project root with the following content:
module.exports = {
extends: require.resolve('mag-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
mag-eslint is released under the MIT License.
