An ESLint Shareable Config.
- parser: babel-eslint
- extends:
- rules:
- no-tabs: off
- import/no-unresolved: off
- import/namespace: off
- indent: tabs
- semi: on
npm i eslint-config-wezom-relax
Add this to your .eslintrc file:
{
"extends": "eslint-config-wezom-relax"
}
Note: You can omitted the eslint-config-
prefix since it is automatically assumed by ESLint.
[![Javascript Style Guide](https://img.shields.io/badge/code_style-wezom_relax-red.svg)](https://github.com/WezomAgency/eslint-config-wezom-relax)
[![Javascript Style Guide](https://raw.githubusercontent.com/WezomAgency/eslint-config-wezom-relax/master/assets/badge.jpg)](https://github.com/WezomAgency/eslint-config-wezom-relax)