Skip to content

valtech-nyc/eslint-config-valtech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-valtech

This repository houses the shared ESLint configuration for Valtech's front-end team.

How to Use

This configuration is designed to be used with ESLint. In order to use it in your project, first install the npm module:

npm install --save-dev eslint-config-valtech

That will add the configuration to your package.json. From there, extend the ESLint ruleset by adding this to your .eslintrc file:

"extends": "valtech"

You can extend it with your own rules and configuration. See the ESLint docs for more information.