Package Exports
- @nexso/eslint-config-typescript
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nexso/eslint-config-typescript) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@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