Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuix/eslint-config-kuix
The official kuix ESLint config
https://github.com/kuix/eslint-config-kuix
eslint eslint-config eslintconfig
Last synced: 2 days ago
JSON representation
The official kuix ESLint config
- Host: GitHub
- URL: https://github.com/kuix/eslint-config-kuix
- Owner: kuix
- License: mit
- Created: 2017-02-14T18:22:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T21:21:14.000Z (over 7 years ago)
- Last Synced: 2024-10-11T22:19:11.375Z (about 1 month ago)
- Topics: eslint, eslint-config, eslintconfig
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-kuix
[![NPM version][npm-badge-image]][npm-badge-url]
A set of [ESLint](http://eslint.org) rules custom-tailored to our own projects.
## Usage
1. `npm install eslint-config-kuix --save-dev`
2. Create a file named `.eslintrc` in your project:```js
{
"extends": "kuix"
}
```[npm-badge-image]: https://badge.fury.io/js/eslint-config-kuix.svg
[npm-badge-url]: https://npmjs.org/package/eslint-config-kuix