ESLint shareable config for j&s-soft Projects
$ npm install --save-dev eslint @js-soft/eslint-config-ts Once the @js-soft/eslint-config-ts package is installed, you can use it by specifying @js-soft/ts in the extends section of your ESLint configuration.
{ "extends": "@js-soft/ts", "rules": { // Additional, per-project rules... } }MIT