https://github.com/jgarber623/eslint-config
Shareable ESLint configuration.
https://github.com/jgarber623/eslint-config
eslint eslint-config javascript nodejs
Last synced: 5 months ago
JSON representation
Shareable ESLint configuration.
- Host: GitHub
- URL: https://github.com/jgarber623/eslint-config
- Owner: jgarber623
- License: mit
- Created: 2022-01-28T04:13:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-01T13:27:35.000Z (5 months ago)
- Last Synced: 2025-02-12T10:15:59.649Z (5 months ago)
- Topics: eslint, eslint-config, javascript, nodejs
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@jgarber/eslint-config
- Size: 354 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @jgarber/eslint-config
**Shareable [ESLint](https://eslint.org) configuration.**
[](https://www.npmjs.com/package/@jgarber/eslint-config)
[](https://www.npmjs.com/package/@jgarber/eslint-config)
[](https://github.com/jgarber623/eslint-config/actions/workflows/ci.yml)## Installation
```sh
npm install --save-dev @jgarber/eslint-config
```## Usage
```js
// eslint.config.js
export { default } from "@jgarber/eslint-config";
```## License
@jgarber/eslint-config is freely available under the [MIT License](https://opensource.org/licenses/MIT).