fintory / eslint-config

ESLint configuration for (non-)typescript projects that are build at @fintory
MIT License
0 stars 0 forks source link

Add testing for the library to enable easier update of dependencies #182

Open iduuck opened 4 years ago

iduuck commented 4 years ago

Motivation

Currently we are having some indifferences with the packages that use the eslint-config's in this repository. Hence I would like to introduce some sort of testing, which is ensuring the configuration is still usable without any of the authors to require cloning/pulling the whole project, and testing new compatibility of the update libraries in the pull requests.

How to solve?

I would like to add a folder where we have failing and passing files, which individually will be automatically tested and then the CI can tell, if everything is fine, or not.