šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

eslint-plugin-minecraft-linting

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-minecraft-linting

This package contains rules that comprise best practice for authoring minecraft script. Rules may encompass suggestions (use this API instead of this command!) or errors against anti-patterns to avoid any pitfalls.

2.0.4
latest
Source
npm
Version published
Maintainers
2
Created
Source

Minecraft Types ESLint Plugin

This package contains rules that comprise best practice for authoring minecraft script. Rules may encompass suggestions (use this API instead of this command!) or errors against anti-patterns to avoid any pitfalls.

Authoring New Rules

To author a new rule, add a new file under src/rules that is named after the rule. The way to author rules is via the ESLintUtils rule creator. Further documentation for the full breadth of capabilities for rule creation is found online.

Once you have a new rule, update src/index.ts and add it to the exported "rules" key in the module exports, and update the default eslint config as to whether your new rule should be an error or a warning.

FAQs

Package last updated on 28 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts