This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@kocal/eslint-config-generator-plugin-typescript
TypeScript icon, indicating that this package has built-in type declarations

4.0.0 • Public • Published

ESLint config generator (plugin TypeScript)

Installation

Install the plugin:

$ yarn add --dev @kocal/eslint-config-generator-plugin-typescript

Usage

In your .eslintrc.js:

// enable TypeScript support
generateConfig({
  typescript: true
});

// enable and configure TypeScript support
generateConfig({
  typescript: {
    vueComponents: true, // allow to lint .vue files, enabled by default if Vue support is enabled 
  }
});

Readme

Keywords

none

Package Sidebar

Install

npm i @kocal/eslint-config-generator-plugin-typescript

Weekly Downloads

1

Version

4.0.0

License

MIT

Unpacked Size

7.04 kB

Total Files

5

Last publish

Collaborators

  • kocal