@form8ion/eslint-config-typescript
v1.0.5
Published
shareable ESLint config for TypeScript projects
Downloads
19
Readme
eslint-config-typescript
shareable ESLint config for TypeScript projects
Table of Contents
Usage
Installation
$ npm install @form8ion/eslint-config-typescript --save-dev
Add to the project config
Such as in an .eslintrc.js
module.exports = {
extends: ['@form8ion', '@form8ion/typescript']
};
Contributing
Dependencies
$ nvm install
$ npm install
Verification
$ npm test