You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

eslint-plugin-minecraft-linting

Package Overview
Dependencies
Maintainers
2
Versions
22
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.6
latest
Source
npmnpm
Version published
Weekly downloads
2.2K
-1.69%
Maintainers
2
Weekly downloads
 
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 14 Jul 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