https://github.com/syntro-opensource/eslint-config-base
A reusable eslint-config standard
https://github.com/syntro-opensource/eslint-config-base
config configuration eslint
Last synced: 4 months ago
JSON representation
A reusable eslint-config standard
- Host: GitHub
- URL: https://github.com/syntro-opensource/eslint-config-base
- Owner: syntro-opensource
- License: bsd-3-clause
- Created: 2020-09-01T10:09:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T19:57:10.000Z (over 3 years ago)
- Last Synced: 2025-08-08T22:54:04.485Z (10 months ago)
- Topics: config, configuration, eslint
- Language: JavaScript
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# eslint-config-base

[](https://www.npmjs.com/package/@syntro-opensource/eslint-config-base)
[](https://www.npmjs.com/package/@syntro-opensource/eslint-config-base)
Provides a basic, reusable eslint config for web projects.
## Installation
```
npm i @syntro-opensource/eslint-config-base
```
## Usage
to make use of this config, create a `.eslintrc.js` file in your package
containing:
```js
{
"extends": "@syntro-opensource/eslint-config-base"
}
```