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
- Host: GitHub
- URL: https://github.com/makeomatic/eslint-config-makeomatic
- Owner: makeomatic
- Created: 2017-02-09T02:58:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T03:32:24.000Z (over 2 years ago)
- Last Synced: 2025-02-05T01:48:40.103Z (about 1 year ago)
- Language: JavaScript
- Size: 1.13 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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"
}
```