Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sobird/eslint-config

Sobird's ESLint config
https://github.com/sobird/eslint-config

eslint eslint-config-airbnb eslintconfig

Last synced: 6 days ago
JSON representation

Sobird's ESLint config

Awesome Lists containing this project

README

        

# eslint-config-sobird

Sobird's ESLint config

[![npm][npm]][npm-url]
[![Build Status][build-status]][build-status-url]
[![Install Size][size]][size-url]

[npm]: https://img.shields.io/npm/v/eslint-config-sobird.svg
[npm-url]: https://www.npmjs.com/package/eslint-config-sobird
[build-status]: https://img.shields.io/github/actions/workflow/status/sobird/eslint-config/npm-publish.yml?label=CI&logo=github
[build-status-url]: https://github.com/sobird/eslint-config/actions
[size]: https://packagephobia.com/badge?p=eslint-config-sobird
[size-url]: https://packagephobia.com/result?p=eslint-config-sobird

## 使用

```js
// .eslintrc.cjs

module.exports = {
root: true,
extends: [
'sobird/typescript.cjs'
],
rules: {
//
},
};

```

## 参考
[Share Configurations](https://eslint.org/docs/latest/extend/shareable-configs)