0.1.2 • Published 5 months ago

@noeldemartin/eslint-config-typescript v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

ESLint TypeScript config

These are the TypeScript ESLint rules I use in different projects. If you want to use them as well, you're most welcome. You can install the package with:

npm install eslint @noeldemartin/eslint-config-typescript --save-dev

And use it in your eslint config file:

// .eslintrc.js
module.exports = {
    extends: ['@noeldemartin/eslint-config-typescript'],
};