Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/firstandthird/eslint-config-firstandthird

ESLint config
https://github.com/firstandthird/eslint-config-firstandthird

Last synced: 14 days ago
JSON representation

ESLint config

Awesome Lists containing this project

README

        

First + Third - ESLint config


NPM

Test Status

Our JavaScript styleguide is based off [the Airbnb styleguide](https://github.com/airbnb/javascript). We support features in the latest Node LTS release.

## Installation

```sh
npm install -D eslint eslint-plugin-import eslint-config-firstandthird
```

_or_

```sh
yarn add -D eslint eslint-plugin-import eslint-config-firstandthird
```

## Editor Setup
Make sure you install an [eslint integration](http://eslint.org/docs/user-guide/integrations) in your editor.

## Project Setup
Create a `.eslintrc` in your project root with the following:

```json
{
"extends": "firstandthird"
}
```

---

_A [First + Third](https://firstandthird.com) Project_