@claudiobzrr/eslint-config
v1.3.0
Published
A simple eslint config with prettier plugin
Downloads
9
Readme
ESLint config
💿 Install
To install this template, use the command bellow :
npm i -D @claudiobzrr/eslint-config
🤔 How to use?
To use it, extend the config in eslintrc file :
Node :
extends:["@claudiobzrr/eslint-config/node"]
React :
extends:["@claudiobzrr/eslint-config/react"]