1.0.0 • Published 2 years ago

@nelkinfo/config-ts v1.0.0

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
2 years ago

Config-TS

Configuration files for TypeScript developments.

Add to your tsconfig.json file:

"extends": "@nelkinfo/config-ts/tsconfig.json"

Add to your .eslintrc.json file:

"extends": "./node_modules/@nelkinfo/config-ts/.eslintrc.json"

or

"extends": [
  ...
  "./node_modules/@nelkinfo/config-ts/.eslintrc.json",
  ...
]