16.1.0 • Published 3 years ago

@futagoza/eslint-config-svelte.ts v16.1.0

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

dependencies History License

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.ts

usage

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:

license

Copyright © 2021+ Futago-za Ryuu Released under the MIT License, http://opensource.org/licenses/MIT