Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pajaydev/eslint-config
- Owner: pajaydev
- License: mit
- Created: 2019-04-21T04:52:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T22:12:37.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T10:43:54.589Z (2 months ago)
- Topics: eslint, eslint-config-ajay, eslint-plugin, eslint-shareable-configs, my-own-eslint
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.