0.1.25 • Published 2 years ago

@atir-naveed-geeksltd/eslint-config v0.1.25

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Eslint Config

What is ESLint?

It is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code, with the goal of making code more consistent and avoiding bugs.

Shared eslint config

Install

yarn add -D @atir-naveed-geeksltd/eslint-config

Usage

Add below line in your package.json

{
 "eslintConfig": {
  "extends": "@atir-naveed-geeksltd"
 }
}

Default options

You can view the default config here