https://github.com/obusk/eslint-config-module
A strict configuration for building modern modules
https://github.com/obusk/eslint-config-module
eslint eslint-config module prettier typescript
Last synced: about 2 months ago
JSON representation
A strict configuration for building modern modules
- Host: GitHub
- URL: https://github.com/obusk/eslint-config-module
- Owner: oBusk
- License: 0bsd
- Created: 2025-06-07T13:17:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-07T13:53:26.000Z (about 1 year ago)
- Last Synced: 2025-06-07T14:28:52.669Z (about 1 year ago)
- Topics: eslint, eslint-config, module, prettier, typescript
- Language: JavaScript
- Homepage:
- Size: 258 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @obusk/eslint-config-module
> A strict configuration for building modern modules
## Installation
```bash
npm install --save-dev @obusk/eslint-config-module
```
## Usage
### ESLint Flat Config
This package exports a flat config by default. Add the following to your `eslint.config.js`:
```js
import obuskModule from "@obusk/eslint-config-module";
export default [...obuskModule];
```