Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/utsuke-inc/eslint-config
ESLint Config for utsuke Inc.
https://github.com/utsuke-inc/eslint-config
config eslint eslint-config
Last synced: about 2 months ago
JSON representation
ESLint Config for utsuke Inc.
- Host: GitHub
- URL: https://github.com/utsuke-inc/eslint-config
- Owner: utsuke-inc
- Created: 2019-09-30T13:16:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T14:50:46.000Z (almost 3 years ago)
- Last Synced: 2024-12-15T11:16:49.503Z (about 2 months ago)
- Topics: config, eslint, eslint-config
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @utsuke/eslint-config
[![npm version](https://badge.fury.io/js/%40utsuke%2Feslint-config.svg)](https://badge.fury.io/js/%40utsuke%2Feslint-config)
```
$ yarn add -D @utsuke/eslint-config
$ vim .eslintrc.js
``````js
module.exports = {
extends: ['@utsuke']
}
```