Eslint configuration for all my projects. Free feel to use it
Install eslint and eslint-ajay
npm i -D eslint eslint-config-ajay
Add the below lines in your package.json:
{
"eslintConfig": {
"extends": "eslint-config-ajay"
}
}Feel feel to create issue for any improvements.