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

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

Architect standard ESLint configuration
https://github.com/architect/eslint-config

Last synced: about 1 year ago
JSON representation

Architect standard ESLint configuration

Awesome Lists containing this project

README

          

[](https://www.npmjs.com/package/@architect/eslint-config)

## [`@architect/eslint-config`](https://www.npmjs.com/package/@architect/eslint-config)

> Architect standard ESLint configuration

[![GitHub CI status](https://github.com/architect/eslint-config/workflows/Node%20CI/badge.svg)](https://github.com/architect/eslint-config/actions?query=workflow%3A%22Node+CI%22)

## Installation

Add the following to `package.json` (and don't forget to remove the `.eslintrc.js` file).

```
"eslintConfig": {
"extends": "@architect/eslint-config"
}
```