Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mutsuntsai/stylistic


https://github.com/mutsuntsai/stylistic

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# @mutsuntsai/stylistic

This is the [Stylistic](https://eslint.style/) rules used in [my](https://github.com/MuTsunTsai) projects.

## Usage

Requires ESLint v9. Add the following to eslint.config.mjs:

```js
import stylistic from "@mutsuntsai/stylistic";

export default [
...stylistic,
];
```