@polymath_labs/eslint-config-typescript

1.0.0 • Public • Published

Polymath Labs Typescript ESLint

This library represents the standard ESLint configuration for any React project. If you are developing React using Typescript, then make sure you combine the configuration with @polymath_labs/eslint-config-typescript.

Installation

Install the library using: npm install -D @polymath_labs/eslint-config-typescript

Then do the same thing and make sure you have the peer dependencies installed (look at packages.json for a current list).

Finally, configure eslint config file on your local matching:

module.exports = {
    extends: [
        "@polymath_labs/eslint-config-typescript"
    ],
    root: true
};

Readme

Keywords

none

Package Sidebar

Install

npm i @polymath_labs/eslint-config-typescript

Weekly Downloads

357

Version

1.0.0

License

MIT

Unpacked Size

3.13 kB

Total Files

4

Last publish

Collaborators

  • polymath_ops