Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r0mflip/eslint-config-r0mflip
🛠my eslint config
https://github.com/r0mflip/eslint-config-r0mflip
config eslint eslint-config style validate
Last synced: about 1 month ago
JSON representation
🛠my eslint config
- Host: GitHub
- URL: https://github.com/r0mflip/eslint-config-r0mflip
- Owner: r0mflip
- License: mit
- Created: 2018-09-02T20:03:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T12:05:22.000Z (almost 3 years ago)
- Last Synced: 2024-04-26T08:20:28.044Z (9 months ago)
- Topics: config, eslint, eslint-config, style, validate
- Language: JavaScript
- Homepage:
- Size: 127 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![npm-badge](https://img.shields.io/npm/v/eslint-config-r0mflip.svg?&style=flat-square)
![travis-badge](https://img.shields.io/travis/r0mflip/eslint-config-r0mflip/master.svg?label=Travis&style=flat-square)
![appveyor-badge](https://img.shields.io/appveyor/ci/r0mflip/eslint-config-r0mflip.svg?label=Appveyor&style=flat-square)# eslint-config-r0mflip
[r0mflip's](https://github.com/r0mflip) eslint config, uses [`babel-eslint`](https://github.com/babel/babel-eslint) as a parser.
## Installation
You'll first need to install [ESLint](http://eslint.org):
```
$ npm i --save-dev eslint
```Next, install `eslint-config-r0mflip`:
```
$ npm i --save-dev eslint-config-r0mflip
```**Note:** If you installed ESLint globally (using the `-g` flag) then you must
also install `eslint-config-romflip` globally.## Usage
``` json
// .eslintrc{
"extends": [
"romflip"
],
"rules": {
...
},
}
```## Credits
* [eslint-config-google](https://github.com/google/eslint-config-google)
## Licence
(C) Ram Damera (@r0mflip) [MIT](LICENCE)