Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sobird/eslint-config
- Owner: sobird
- Created: 2023-06-05T17:08:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-30T05:12:13.000Z (8 months ago)
- Last Synced: 2024-12-25T06:05:28.384Z (14 days ago)
- Topics: eslint, eslint-config-airbnb, eslintconfig
- Language: TypeScript
- Homepage:
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.cjsmodule.exports = {
root: true,
extends: [
'sobird/typescript.cjs'
],
rules: {
//
},
};```
## 参考
[Share Configurations](https://eslint.org/docs/latest/extend/shareable-configs)