1.15.0 • Published 2 years ago

@pawk3k/eslint-config-frontend1 v1.15.0

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

@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.