0.1.0 • Published 2 years ago

@mrcaidev/eslint-config-astro-preact v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@mrcaidev/eslint-config-astro-preact

✨ Introduction

ESLint configuration for Astro + Preact + TS projects.

Integrated plugins and configs:

  • Typescript ESLint
  • Prettier
  • Import
  • Astro
  • Preact
  • JSX a11y

🚀 Getting Started

npm i -D eslint @mrcaidev/eslint-config-astro-preact     # npm
yarn add -D eslint @mrcaidev/eslint-config-astro-preact  # yarn
pnpm add -D eslint @mrcaidev/eslint-config-astro-preact  # pnpm

.eslintrc.json

{
  "extends": ["@mrcaidev/astro-preact"]
}