https://github.com/softvisio-node/eslint-plugin
https://github.com/softvisio-node/eslint-plugin
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/softvisio-node/eslint-plugin
- Owner: softvisio-node
- Created: 2021-06-03T05:00:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T20:49:46.000Z (over 1 year ago)
- Last Synced: 2025-01-08T21:43:33.005Z (over 1 year ago)
- Language: JavaScript
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
> :information_source: Please, see the full project documentation here:
# Introduction
Custom `eslint` rules.
## Install
```sh
npm install @softvisio/eslint-plugin
```
## Usage
`eslint.config.js`:
```javascript
import eslintSoftvisio from "@softvisio/eslint-plugin";
export default [
// ...your eslint config
// @softvisio:recommended
eslintSoftvisio.configs.recommended,
];
```