@medly/eslint-config
v0.5.1
Published
Basic eslint config
Downloads
47
Readme
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