Socket
Book a DemoInstallSign in
Socket

@azat-io/eslint-config-astro

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@azat-io/eslint-config-astro

ESLint shareable config for Astro

unpublished
latest
Source
npmnpm
Version
1.10.0
Version published
Maintainers
0
Created
Source

@azat-io/eslint-config-astro

ESLint

Version

Shareable ESLint config for Astro projects.

See docs for a list of all rules.

Installation

  • Install package:
pnpm add --save-dev eslint @azat-io/eslint-config-astro @typescript-eslint/eslint-plugin @typescript-eslint/parser astro-eslint-parser eslint-plugin-astro eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-n eslint-plugin-node-import eslint-plugin-perfectionist eslint-plugin-prefer-arrow eslint-plugin-prefer-let eslint-plugin-promise eslint-plugin-sonarjs eslint-plugin-unicorn eslint-plugin-vitest
  • Create ESLint configuration file eslint.config.js:
import eslintConfig from '@azat-io/eslint-config-astro'

export default eslintConfig
  • Add script for package.json:
{
  "scripts": {
    "lint": "eslint .",
  }
}

Keywords

eslint

FAQs

Package last updated on 26 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts