0.0.1 • Published 2 years ago

@arlequins/eslint-config-typescript-sveltejs v0.0.1

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

@arlequin/eslint-config-typescript-sveltejs

test

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install @arlequins/eslint-config-typescript-sveltejs:

npm install @arlequins/eslint-config-typescript-sveltejs --save-dev

Usage

Add @arlequin/typescript-sveltejs to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "extends": [
        "@arlequin/typescript-sveltejs"
    ]
}