Microsoft donates $10,000 to ESLint as first FOSS Fund recipient

We are happy to announce that Microsoft has donated $10,000 to ESLint, as part of their FOSS Contributor Fund. It is an honor to be supported by Microsoft and to be their first recipient. We are grateful to the software engineers, Jan Pilzer and Steve Faulkner, for nominating ESLint, and the employees who voted for us.

Microsoft Donates to ESLint

We are happy to share that Microsoft has donated $10,000 to the ESLint project as part of their FOSS Fund. Similar to the Indeed FOSS Contributor Fund and Salesforce FOSS Contributor Fund, the Microsoft FOSS Fund donates $10,000 to qualifying open source projects each quarter. Microsoft employees who have contributed to an open source project that is both used by Microsoft and not an official Microsoft project may nominate and vote on potential project recipients. ESLint is honored to be the first recipient from the Microsoft FOSS Fund!

Here’s what Microsoft’s Jan Pilzer and Steve Faulkner, who nominated ESLint, had to say:

“When I started working in JavaScript professionally many years ago, I realized there was potential of hidden errors and hard to detect problems. Looking into ways to improve the situation for me and my teams, I used various linting tools and was immediately captured by the potential and power of ESLint when it was created. Then and now, ESLint is an incredibly important tool in any JavaScript project I work on. It is the tool that makes large-scale web development possible and enjoyable for all developers.” – Jan Pilzer, Software Engineer, Microsoft

“ESLint has become a critical part of our development tooling at Microsoft. It is as foundational as type checks or unit tests. Without it, we could not ship quality JavaScript and TypeScript code.” - Steve Faulkner, Senior Software Engineer, Microsoft

We are grateful to Jan and Steve for nominating ESLint, and to all of the Microsoft employees who voted for ESLint. Already because of donations like these, ESLint has been able to hire our first part-time maintainer and convert our website from Jekyll to Eleventy. Financial support from companies like Microsoft, Salesforce, and Indeed are what will allow ESLint to be maintained and serve the JavaScript community for the foreseeable future.

The latest ESLint news, case studies, tutorials, and resources.

ESLint v9.0.0 released
12 min read

ESLint v9.0.0 released

We just pushed ESLint v9.0.0, which is a major release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release. This release also has some breaking changes, so please read the following closely.

Introducing ESLint Config Inspector
2 min read

Introducing ESLint Config Inspector

Introducing the ESLint Config Inspector, a visual tool to help you understand and inspect ESLint flat configuration files.

ESLint v9.0.0-rc.0 released
2 min read

ESLint v9.0.0-rc.0 released

We just pushed ESLint v9.0.0-rc.0, which is a major release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release. This release also has some breaking changes, so please read the following closely.