0.5.1 • Published 4 years ago
@medly/eslint-config v0.5.1
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 @medly/eslint-config
Usage
Add below line in your package.json
{
"eslintConfig": {
"extends": "@medly"
}
}
Default options
You can view the default config here