Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pajaydev/eslint-config

Eslint configuration for all my projects. Free feel to use it
https://github.com/pajaydev/eslint-config

eslint eslint-config-ajay eslint-plugin eslint-shareable-configs my-own-eslint

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# eslint-config-ajay
[![npm version](https://badge.fury.io/js/eslint-config-ajay.svg)](https://www.npmjs.com/package/eslint-config-ajay)
[![Build Status](https://travis-ci.org/pajaydev/eslint-config.svg?branch=master)](https://travis-ci.org/github/pajaydev/eslint-config)

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`:

```json
{
"eslintConfig": {
"extends": "eslint-config-ajay"
}
}
```

## Issues

Feel feel to create issue for any improvements.