Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/screendriver/eslint-plugin-node-assert
ESLint rules for the Node.js "node:assert" module
https://github.com/screendriver/eslint-plugin-node-assert
eslint eslint-plugin
Last synced: 7 days ago
JSON representation
ESLint rules for the Node.js "node:assert" module
- Host: GitHub
- URL: https://github.com/screendriver/eslint-plugin-node-assert
- Owner: screendriver
- License: mit
- Created: 2023-12-11T22:38:05.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T18:24:11.000Z (13 days ago)
- Last Synced: 2024-11-07T19:30:22.545Z (13 days ago)
- Topics: eslint, eslint-plugin
- Language: TypeScript
- Homepage:
- Size: 1.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![NPM Version](https://img.shields.io/npm/v/eslint-plugin-node-assert.svg?style=flat)](https://www.npmjs.org/package/eslint-plugin-node-assert)
[![GitHub Actions status](https://github.com/screendriver/eslint-plugin-node-assert/workflows/CI/badge.svg)](https://github.com/screendriver/eslint-plugin-node-assert/actions)
[![NPM Downloads](https://img.shields.io/npm/dm/eslint-plugin-node-assert.svg?style=flat)](https://www.npmjs.org/package/eslint-plugin-node-assert)# eslint-plugin-node-assert
ESLint rules for [Node.js assert module](https://nodejs.org/docs/latest/api/assert.html).
## Rules
| Name | Description |
| :------------------------------------------- | :---------------------------------------- |
| [import-strict](docs/rules/import-strict.md) | Enforce the usage of 'node:assert/strict' |