https://github.com/elusivecodes/eslint-config
ESLint shareable config for the Frost style.
https://github.com/elusivecodes/eslint-config
Last synced: 3 months ago
JSON representation
ESLint shareable config for the Frost style.
- Host: GitHub
- URL: https://github.com/elusivecodes/eslint-config
- Owner: elusivecodes
- License: mit
- Created: 2024-06-19T13:28:43.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T01:01:12.000Z (12 months ago)
- Last Synced: 2025-01-24T17:16:23.276Z (4 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Frost ESLint Config
ESLint shareable config for the *Frost* style.
## Installation
```
npm i @fr0st/eslint-config --save-dev
```## Usage
```javascript
import frostConfig from '@fr0st/eslint-config';export default [
frostConfig
];
```