1. @eslint-community/eslint-plugin-eslint-comments
Additional ESLint rules for ESLint directive comments.
@eslint-community/eslint-plugin-eslint-comments
Package: @eslint-community/eslint-plugin-eslint-comments
Created by: eslint-community
Last modified: Mon, 08 Apr 2024 19:28:01 GMT
Version: 4.3.0
License: MIT
Downloads: 125,573
Repository: https://github.com/eslint-community/eslint-plugin-eslint-comments

Install

npm install @eslint-community/eslint-plugin-eslint-comments
yarn add @eslint-community/eslint-plugin-eslint-comments

@eslint-community/eslint-plugin-eslint-comments

npm version
Downloads/month
Build Status
codecov

Additional ESLint rules for ESLint directive comments (e.g. //eslint-disable-line).

📖 Usage

🚥 Semantic Versioning Policy

@eslint-community/eslint-plugin-eslint-comments follows semantic versioning and ESLint's Semantic Versioning Policy.

📰 Changelog

🍻 Contributing

Welcome contributing!

Please use GitHub's Issues/PRs.

Development Tools

  • npm test runs tests and measures coverage.
  • npm run build updates README.md, index.js, and the header of all rule's documents.
  • npm run clean removes the coverage of the last npm test command.
  • npm run coverage shows the coverage of the last npm test command.
  • npm run lint runs ESLint for this codebase.
  • npm run watch runs tests and measures coverage when source code are changed.

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin