1.0.2 • Published 3 years ago

@nexso/eslint-config-typescript v1.0.2

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

@nexso/eslint-config-typescript

A extension of @nexso/eslint-config style but for typescript environment. Used in the Nexso development (a SaaS ERP).

This is intended to work in Node.js 14+ environments.

How to use

1. Install the config and the packages bellow as development dependency:

npm i -D eslint typescript @nexso/eslint-config.

2. Create a .eslintrc file with:

{
  "extends": "@nexso/eslint-config-typescript",
  "rules": {}
}

3. Initialize your typescript config:

npx tsc --init