Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boennemann/eslint-config
https://github.com/boennemann/eslint-config
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/boennemann/eslint-config
- Owner: boennemann
- Created: 2018-09-03T10:16:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:17:04.000Z (almost 2 years ago)
- Last Synced: 2024-11-28T10:45:32.417Z (29 days ago)
- Language: JavaScript
- Homepage:
- Size: 476 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @boennemann/eslint-config
[![Build Status](https://travis-ci.com/boennemann/eslint-config.svg?branch=master)](https://travis-ci.com/boennemann/eslint-config) [![Greenkeeper badge](https://badges.greenkeeper.io/boennemann/eslint-config.svg)](https://greenkeeper.io/)
This is a base configuration for eslint. It contains all styling related
settings, which should stay the same everywhere. They are controlled via [prettier](http://npm.im/prettier)
and offer auto-fixing. Additional static analysis may be added on a per project
basis, e.g. for react, react-native etc.```bash
npm install -D eslint @boennemann/eslint-configecho '{"extends": "@boennemann"}' > .eslintrc.json
npx eslint .
# if you want to lint json, too
npx eslint --ext=.json,.js .
```