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
- Host: GitHub
- URL: https://github.com/architect/eslint-config
- Owner: architect
- Created: 2020-05-23T22:20:24.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T17:25:47.000Z (about 2 years ago)
- Last Synced: 2025-04-22T21:59:56.433Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Contributing: .github/contributing.md
- Code of conduct: .github/code_of_conduct.md
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
[](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"
}
```