1. @eslint-community/eslint-utils
Utilities for ESLint plugins.
@eslint-community/eslint-utils
Package: @eslint-community/eslint-utils
Created by: eslint-community
Last modified: Thu, 22 Jun 2023 16:30:59 GMT
Version: 4.4.0
License: MIT
Downloads: 93,757,624
Repository: https://github.com/eslint-community/eslint-utils

Install

npm install @eslint-community/eslint-utils
yarn add @eslint-community/eslint-utils

@eslint-community/eslint-utils

npm version
Downloads/month
Build Status
Coverage Status

🏁 Goal

This package provides utility functions and classes for make ESLint custom rules.

For examples:

📖 Usage

See documentation.

📰 Changelog

See releases.

❤️ Contributing

Welcome contributing!

Please use GitHub's Issues/PRs.

Development Tools

  • npm test runs tests and measures coverage.
  • npm run clean removes the coverage result of npm test command.
  • npm run coverage shows the coverage result of the last npm test command.
  • npm run lint runs ESLint.
  • npm run watch runs tests on each file change.

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