Skip to content

cake-contrib/Cake.ESLint

Repository files navigation

Cake.ESLint

standard-readme compliant All Contributors Build Codecov Report NuGet package

Makes ESLint available as a tool in Cake.

Makes ESLint available as a tool in Cake

Table of Contents

Install

#addin nuget:?package=Cake.ESLint

Usage

#addin nuget:?package=Cake.ESLint

Task("MyTask").Does(() => {
  ESLint();
});

Discussion

If you have questions, search for an existing one, or create a new discussion on the Cake GitHub repository, using the extension Q&A category.

Join in the discussion on the Cake repository

Maintainer

Nils Andresen @nils-a

Contributing

Cake.ESLint follows the Contributor Covenant Code of Conduct.

We accept Pull Requests. Please see the contributing file for how to contribute to Cake.ESLint.

Small note: If editing the Readme, please conform to the standard-readme specification.

This project follows the all-contributors specification. Contributions of any kind welcome!

Contributors

Thanks goes to these wonderful people (emoji key):

Nils Andresen
Nils Andresen

💻 🚧
Simon Cropp
Simon Cropp

💻
Pascal Berger
Pascal Berger

💻 📖

License

MIT License © Nils Andresen