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

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

makeomatic flavored linting for js based on airbnb-base template
https://github.com/makeomatic/eslint-config-makeomatic

Last synced: about 1 year ago
JSON representation

makeomatic flavored linting for js based on airbnb-base template

Awesome Lists containing this project

README

          

# Makeomatic Javascript Linting Configuration

Helps to ensure consistent styling between Makeomatic's projects

## Installing

`npm i eslint eslint-config-makeomatic eslint-plugin-import eslint-plugin-promise -D`

## Default .eslintrc

```json
{
"extends": "makeomatic"
}
```