lint 0.1.2

A versatile linting tool with CLI, MCP, and library interfaces
Documentation
1
2
3
4
5
6
7
8
9
const name = "World";
console.log("Hello, " + name);
var x = 10;
const y = 20;

function greet() {
    console.log("Welcome");
    return "Hello"
}