https://github.com/devsht/eslint-config
Reusable eslint config
https://github.com/devsht/eslint-config
config configuration eslint eslint-config eslint-configs react reusability reusable typescript
Last synced: 2 months ago
JSON representation
Reusable eslint config
- Host: GitHub
- URL: https://github.com/devsht/eslint-config
- Owner: devsht
- License: mit
- Created: 2021-04-10T22:32:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T08:32:16.000Z (almost 3 years ago)
- Last Synced: 2025-10-03T21:28:37.190Z (9 months ago)
- Topics: config, configuration, eslint, eslint-config, eslint-configs, react, reusability, reusable, typescript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@devsht/eslint-config
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @devsht/eslint-config
Reusable, fairly strict eslint config with TypeScript & React support
## Installation
```
npm i -D @devsht/eslint-config
```
or
```
yarn add --dev @devsht/eslint-config
```
## Usage
Create a **.eslintrc.js** and add this package to the extends array.
```
module.exports = {
extends: ["@devsht/eslint-config"]
};
```