eslint-config-wezom-relax
v1.1.0
Published
An ESLint Shareable Config
Downloads
38
Readme
eslint-config-wezom-relax
An ESLint Shareable Config.
What is under the hood?
- parser: babel-eslint
- extends:
- rules:
- no-tabs: off
- import/no-unresolved: off
- import/namespace: off
- indent: tabs
- semi: on
Install
npm i eslint-config-wezom-relaxUsage
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.
Readme badges
[](https://github.com/WezomAgency/eslint-config-wezom-relax)[](https://github.com/WezomAgency/eslint-config-wezom-relax)
