Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaola-fed/eslint-config-kaola
ESLint rules for Kaola
https://github.com/kaola-fed/eslint-config-kaola
eslint kaola
Last synced: 2 months ago
JSON representation
ESLint rules for Kaola
- Host: GitHub
- URL: https://github.com/kaola-fed/eslint-config-kaola
- Owner: kaola-fed
- License: mit
- Created: 2017-03-17T11:45:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T13:12:49.000Z (almost 3 years ago)
- Last Synced: 2024-11-12T23:01:17.702Z (2 months ago)
- Topics: eslint, kaola
- Language: JavaScript
- Size: 133 KB
- Stars: 4
- Watchers: 10
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-kaola
[![npm](https://img.shields.io/npm/v/eslint-config-kaola.svg?style=flat-square)](https://www.npmjs.com/package/eslint-config-kaola)
[![Build Status](https://img.shields.io/travis/kaola-fed/eslint-config-kaola.svg?style=flat-square)](https://travis-ci.org/kaola-fed/eslint-config-kaola)ESLint rules for Kaola.
|Type|Extends|
|---|---|
|Default|kaola|
|ES2015+|kaola/esnext|
|vue|kaola/vue|
|react|kaola/react|
|weex|kaola/weex|## Installation
```bash
$ npm i eslint eslint-config-kaola -D
```## Usage
```json
{
"extends": "kaola"
}
```Add npm scripts:
```json
"scripts": {
"test": "npm run lint",
"lint": "eslint path/to/file"
}
```After that, simply run
```bash
$ npm t
```## License
MIT