1.0.2 • Published 12 months ago
@maires/eslint-config-frontend v1.0.2
ESLint Frontend Configuration
Custom ESLint configuration for frontend projects. Trybe Based package but with no max-len rule so we can tailwind without issues.
Install
npm i @maires/eslint-config-frontend
Usage - Javascript Project
Add the following on .eslintrc.json
:
{
"extends": "@maires/eslint-config-frontend"
}
Usage - Typescript Project
Add the following on .eslintrc.json
:
{
"extends": "@maires/eslint-config-frontend/typescript"
}
License
This project is licensed under the GNU General Public License (GPL-3.0). You are free to use, modify, and distribute this software as long as you do so under the same license.
Source Code
The source code for this package is available at npm link.
Issues
Feel free to open an issue :)