Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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