Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

ysoftwareab/eslint-plugin-firecloud-deprecated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-plugin-firecloud

A proxy module to rules in eslint-config-firecloud.

This is a peer dependency of eslint-config-firecloud that points back to eslint-config-firecloud/rules module for a list of rules to be exported by this plugin.

Why?

ESLint is not very flexible about your own custom rules and the only working way to share them across several repos is to create an eslint-plugin-your-team-name and put all the rules there. Since, we already had our shared eslint-config-firecloud, we wanted to have our rules lying beside configs, so both rules and configs for them can be changed in the same place. So this module acts as a sole proxy.

License

UNLICENSE