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

Self Updater

⭐ OPEN SOURCE! GitHub: github.com/GhostDragon124/openclaw-self-updater ⭐ ONLY skill with Cron-aware + Idle detection! Auto-updates OpenClaw core & skills, an...

Registry SourceRecently Updated
1171Profile unavailable
Coding

ESLint Config Generator

生成专业的 ESLint 配置,支持 React, Vue, TypeScript, Airbnb, Standard 等主流规范,一键配置代码规范。

Registry SourceRecently Updated
1830Profile unavailable
Coding

ClawHub CLI Assistant

Use the ClawHub CLI to publish, inspect, version, update, sync, and troubleshoot OpenClaw skills from the terminal.

Registry SourceRecently Updated
1.9K2Profile unavailable