0.1.3 • Published 5 months ago

@taskany/eslint-plugin-rules v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

@taskany/eslint-plugin-rules

Installation

You can install this package using npm. Make sure ESLint is already installed in your project.

npm install --save-dev @taskany/eslint-plugin-rules

Usage

After installing the package, update your ESLint configuration file (e.g., .eslintrc.js or .eslintrc.json) to include the new rule.

{
  "plugins": ["@taskany/rules"],
  "rules": {
    "@taskany/rules/prefer-interface": "error",
  }
}
0.1.3

5 months ago

0.1.2

5 months ago