0.0.1-alpha-1 • Published 4 years ago

eslint-config-uxcrafters-typescript v0.0.1-alpha-1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

eslint-config-uxcrafters-typescript

ESLint Typescript config for Backoffice - UX Crafters projects

Setup

Use npm to install ESLint and custom config:

npm install --save-dev eslint @hotmart/eslint-config-uxcrafters-typescript

Create a new .eslintrc.js file and export an object containing your settings:

module.exports = {
	extends: ['@hotmart/eslint-config-uxcrafters-typescript'],
}

© All rights reserved