eslint-config-ajay

my own eslint configuration


Keywords
sharable-config, eslintconfig, eslint ajay, lint, plugin, eslint, validate, eslint-config-ajay, eslint-plugin, eslint-shareable-configs, my-own-eslint
License
ISC
Install
npm install eslint-config-ajay@1.0.3

Documentation

eslint-config-ajay

npm version Build Status

Eslint configuration for all my projects. Free feel to use it

Installation

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"
  }
}

Issues

Feel feel to create issue for any improvements.