1.0.8 • Published 5 years ago
eslint-config-ajay v1.0.8
eslint-config-ajay
Eslint configuration for all my projects. Free feel to use it
Installation
Install eslint and eslint-ajay
npm i -D eslint eslint-config-ajayAdd the below lines in your package.json:
{
"eslintConfig": {
"extends": "eslint-config-ajay"
}
}Issues
Feel feel to create issue for any improvements.