Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appgeist/eslint-config-base
Basic opinionated eslint/prettier config
https://github.com/appgeist/eslint-config-base
code-style eslint eslint-config linting prettier prettier-eslint
Last synced: 9 days ago
JSON representation
Basic opinionated eslint/prettier config
- Host: GitHub
- URL: https://github.com/appgeist/eslint-config-base
- Owner: appgeist
- License: isc
- Created: 2019-07-08T09:53:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T09:13:48.000Z (almost 3 years ago)
- Last Synced: 2024-10-14T08:53:59.767Z (about 1 month ago)
- Topics: code-style, eslint, eslint-config, linting, prettier, prettier-eslint
- Language: JavaScript
- Size: 180 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @appgeist/eslint-config-base
[![NPM version][npm-image]][npm-url]
[![License][license-image]][license-url]This package provides AppGeist's base JS .eslintrc (ecmaVersion 10 - Node.js > 12, without React plugins) as an extensible shared config.
## Usage
Add `"extends": "@appgeist/eslint-config-base"` to your `.eslintrc.json`.
## Default rules
See [index.js](index.js).
## License
The [ISC License](LICENSE).
[npm-image]: https://img.shields.io/npm/v/@appgeist/eslint-config-base.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/@appgeist/eslint-config-base
[license-image]: https://img.shields.io/npm/l/@appgeist/eslint-config-base.svg?style=flat-square
[license-url]: LICENSE