eslint

Handles both linting and formatting (no Prettier needed). Auto-detects TypeScript and Vue.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "eslint" with this command: npx skills add paucasanellas/skills/paucasanellas-skills-eslint

@nuxt/eslint-config

Handles both linting and formatting (no Prettier needed). Auto-detects TypeScript and Vue.

Style: Single quotes, no semicolons, sorted imports, dangling commas.

Installation

pnpm install -D eslint @nuxt/eslint-config

Configuration Options

import { createConfigForNuxt } from '@nuxt/eslint-config'

export default createConfigForNuxt({ features: { stylistic: true } })

Rule Overrides

Global overrides

export default createConfigForNuxt({ // options here }).append({ rules: { '@typescript-eslint/ban-types': 'off', } })

Scripts

Definition in package.json

"scripts": { "lint": "eslint .", "lint:fix": "eslint . --fix", }

Linting Check

pnpm lint

Linting Fix

pnpm lint:fix

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

paucasanellas

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

Repository SourceNeeds Review
160.5K94.2Kanthropics
Coding

remotion-best-practices

Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.

Repository SourceNeeds Review
148.1K2.1Kremotion-dev
Coding

azure-ai

Service Use When MCP Tools CLI

Repository SourceNeeds Review
136.2K155microsoft