Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/firstandthird/eslint-config-firstandthird
- Owner: firstandthird
- License: mit
- Created: 2015-11-08T20:57:22.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T22:06:33.000Z (about 2 years ago)
- Last Synced: 2025-01-12T02:37:52.366Z (21 days ago)
- Language: JavaScript
- Size: 340 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
First + Third - ESLint config
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_