linter-setup

Automate Biome and markdownlint-cli2 setup for linting and formatting.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/leobrival/livenexx-plugin --skill linter-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linter-setup
Source: https://github.com/leobrival/livenexx-plugin/tree/main/plugins/dev/skills/linter-setup
Command: npx skills add https://github.com/leobrival/livenexx-plugin --skill linter-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the setup and configuration of essential code linting and formatting tools, ensuring consistent code quality and developer productivity across projects.

Core Features & Use Cases

  • Biome Integration: Set up Biome for JavaScript, TypeScript, CSS, and JSON linting and formatting.
  • Markdown Linting: Configure markdownlint-cli2 for Markdown file quality checks.
  • Migration Assistance: Provides workflows to migrate from ESLint and Prettier to Biome.
  • Use Case: You're starting a new project and need to quickly set up Biome for your TypeScript codebase and markdownlint for your README and documentation files. This Skill guides you through the entire process, including generating configuration files and adding npm scripts.

Quick Start

Use the linter-setup skill to initialize Biome and markdownlint for your project.

Frequently Asked Questions about linter-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Biome for linting and formatting a TypeScript project?

Setting up Biome for a TypeScript project involves generating configuration files and adding npm scripts to automate linting and formatting. This ensures consistent code quality checks across JavaScript, TypeScript, CSS, and JSON files.

What is the best way to migrate from ESLint and Prettier to Biome?

The best way to migrate from ESLint and Prettier to Biome is to use a guided workflow that maps your existing rules and configurations. This approach provides configuration examples to maintain consistent code formatting and linting standards during the transition.

How do I configure markdownlint-cli2 for consistent Markdown documentation?

Configuring markdownlint-cli2 for Markdown documentation requires setting up specific configuration files to enforce quality checks. This ensures your README and documentation files maintain consistent formatting and structure across the project.

Does Biome support linting and formatting for both CSS and JSON files?

Yes, Biome supports linting and formatting for CSS and JSON files, alongside JavaScript and TypeScript. Configuring Biome provides a unified tool to enforce consistent code quality across multiple file formats within your project.

Can I use Biome and markdownlint together in a single project workflow?

You can use Biome and markdownlint together by configuring both tools with their respective configuration files and npm scripts. This combination ensures comprehensive code quality coverage for both source code and Markdown documentation files.