UNPKG

@architect/eslint-config

Version:

Architect standard ESLint configuration

18 lines (11 loc) 621 B
[<img src="https://assets.arc.codes/architect-logo-500b@2x.png" width=500>](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" } ```