Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okonet/eslint-config-okonet
ESLint sharable config for my OSS projects
https://github.com/okonet/eslint-config-okonet
eslint eslint-config
Last synced: 11 days ago
JSON representation
ESLint sharable config for my OSS projects
- Host: GitHub
- URL: https://github.com/okonet/eslint-config-okonet
- Owner: okonet
- License: mit
- Created: 2017-09-11T10:56:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:21:05.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T05:53:48.316Z (6 months ago)
- Topics: eslint, eslint-config
- Language: JavaScript
- Size: 448 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-okonet
[![npm](https://img.shields.io/npm/v/eslint-config-okonet.svg)](https://www.npmjs.com/package/eslint-config-okonet)
[![Build Status](https://travis-ci.org/okonet/eslint-config-okonet.svg?branch=master)](https://travis-ci.org/okonet/eslint-config-okonet)ESLint rules from Andrey Okonetchnikov
## Installation
1. `npm install --save-dev eslint eslint-config-okonet`
2. Add following block to `package.json````json
"eslintConfig": {
"extends": [
"okonet"
]
}
```This will add generic config.
For React.js projects, extend from `okonet/react`
For Node.js projects, extend from `okonet/node`