@kotify/neutrino-typescript-eslint

7.0.0 • Public • Published

Neutrino middleware to support eslint in typescript project

Adds typescript support for eslint 6.x and typescript 3.x.

Usage

Middleware accepts options eslint options object that will be merged with base options.

Example:

const typescriptEslint = require('neutrino-typescript-eslint');

module.exports = {
    use: [
        react(),
        eslint(),
        typescriptEslint({}, {react: true, reactVersion: '16.13'}),
    ]
}

Dependencies (9)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @kotify/neutrino-typescript-eslint

    Weekly Downloads

    0

    Version

    7.0.0

    License

    MIT

    Unpacked Size

    4.42 kB

    Total Files

    4

    Last publish

    Collaborators

    • kalekseev
    • andrew.mejov
    • elitvinov
    • kpblji
    • aleksey.kretov