π₯³ Introduction
This is the official website of the open-source library Sheriff.
What is Sheriff?β
Sheriff is a comprehensive ESLint configuration. It supports various popular technologies.
warning
Sheriff is a Typescript-first library, and as such, it support only Typescript codebases written with modern ECMAScript standards. Vanilla Javascript codebases are not supported as of now. See FAQ.
Key pointsβ
- This library is pioneering in the adoption of the ESLint
FlatConfig
, introduced in ESLint v8.23.0 - Sheriff is very easy to get started with and use. It promotes a βzero overhead approachβ. See: philosophy
- Sheriff is a "plug & play" solution but you can customize it as much as you want. See: features
Triviaβ
The name "Sheriff" comes from the idea that it's a tool that watches over your codebase and keep everything in order.
Ok, let's do thisβ
To get started, head over to the automatic setup guide and follow the instructions.