@pawk3k/eslint-config-frontend1
v1.15.0
Published
MasterBorn ESLint frontend configuration
Downloads
5
Readme
@masterborn/eslint-config-frontend
Contents
This package is intended to be used as a base for ESLint configs for typescript based repositories.
Usage
Install package:
npm i -D @masterborn/eslint-config-frontend
Inside your project, add the following to your .eslintrc.js
file:
"extends": ["@masterborn/eslint-config-frontend"],
And you should be ready to go.