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