Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

NodeSitecore/eslint-config-valtech

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

About

Valtech ESLint configuration

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%