0.0.1 • Published 4 years ago

@libero/eslint-config v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

eslint-config

A set of standard eslint rules to use on Typescript repositories

Getting Started

Install the package:

npm install --save-dev @libero/eslint-config

Or using yarn:

yarn add --dev @libero/eslint-config

In your package root, create an .eslintrc.js file with following contents:

module.exports = {
  "extends": "@libero/eslint-config"
}

You should now be able to run yarn lint with the inherited rules.