Example Skill

Example Skill

privatenumber a9456f9 452 B Updated

File contents

Example Skill

Instructional markdown with code examples that shouldn't be linted.

Usage

// Semicolons and wrong indentation would normally fail
const result = doSomething();
if (result) {
  console.log(result);
}
// TypeScript example with style violations
interface Config {
  name: string;
  value: number;
}

const config: Config = {
  name: "test",
  value: 1,
};

privatenumber/lintroll/tree/main/tests/markdown/fixtures/skills/example-skill commit a9456f9bdd

Frequently asked questions

npx skillmds@latest add privatenumber/example-skill