@futagoza/eslint-config-svelte.ts
v16.1.0
Published
Futago-za Ryuu's ESLint configurations for .svelte files that contain TypeScript code blocks.
Maintainers
Readme
This package contains configuration files for ESLint v7.15+
This is a configuration file for ESLint that is used to lint JavaScript & TypeScript source embedded within my .svelte files.
installation
$ npm i --save-dev @futagoza/eslint-config-svelte.tsusage
Put the following into your configuration (.eslintrc.* file or the "eslintConfig" field in package.json):
{
"extends": "@futagoza/svelte.ts"
}configurations
A list of usable configurations as well the configurations they use:
@futagoza/svelte.ts(default, extends @futagoza/svelte and @futagoza/typescript)
license
Copyright © 2021+ Futago-za Ryuu Released under the MIT License, http://opensource.org/licenses/MIT
