@dooboo/eslint-config-svelte

1.3.0 • Public • Published

ESLint config for Svelte

Installation

yarn add -D @dooboo/eslint-config-svelte prettier

Usage

Add to your eslint config (.eslintrc, or eslintConfig field in package.json):

{
  "extends": "@dooboo/eslint-config-svelte"
}

For yarn berry user

Extra installation required for user who use yarn berry (pnp). They do not install dependencies in packages.

yarn add -D @typescript-eslint/eslint-plugin 
@typescript-eslint/parser
eslint-plugin-svelte3 prettier

/@dooboo/eslint-config-svelte/

    Package Sidebar

    Install

    npm i @dooboo/eslint-config-svelte

    Weekly Downloads

    14

    Version

    1.3.0

    License

    ISC

    Unpacked Size

    5.74 kB

    Total Files

    3

    Last publish

    Collaborators

    • dooboolab