Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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' |