https://github.com/codepunkt/eslint-config-codepunkt
Shareable configuration of ESLint
https://github.com/codepunkt/eslint-config-codepunkt
Last synced: 2 months ago
JSON representation
Shareable configuration of ESLint
- Host: GitHub
- URL: https://github.com/codepunkt/eslint-config-codepunkt
- Owner: codepunkt
- Created: 2017-04-01T22:06:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T17:32:57.000Z (about 8 years ago)
- Last Synced: 2024-04-26T15:22:46.745Z (about 1 year ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eslint-config-codepunkt
Shareable configuration of ESLint.
## Installation
```
yarn add --dev eslint eslint-config-codepunkt
```### Requirements
- Node.js `^6.9.4` or newer
- ESLint `^3.19.0` or newer## Usage
Create an `.eslintrc` in your projects root directory that extends this configuration:
```json
{
"extends": [ "codepunkt" ]
}
```