Skip to content

J4Numbers/eslint-typescript-config

Repository files navigation

@j4numbers/eslint-typescript-config

This project contains the base configuration that I, J4Numbers, personally use when developing in TypeScript. This means that a lot of this is very opinionated towards my personal development style and towards what I think looks nice within code.

However, it also means that I don't have to set up something like this every time I start a new project so... yeah.

Installation

To use this project, perform the following command:

npm i --save-dev @j4numbers/eslint-typescript-config

Then create a file called .eslintrc.js and fill it with the following:

module.exports = require('@j4numbers/eslint-typescript-config');

About

My personal eslint configuration for typescript files. Based on @j4numbers/eslint-base-config

Resources

License

Stars

Watchers

Forks

Packages

No packages published