Skip to content

nexsolab/eslint-config-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

About

@nexso/eslint-config ESLint configuration

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published