Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.
/ eslint-config Public archive

A set of standard eslint rules to use on Typescript repositories

License

Notifications You must be signed in to change notification settings

libero/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A set of standard eslint rules to use on Typescript repositories

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published