Skip to content

vbatoufflet/eslint-config-typescript

Repository files navigation

eslint-config-typescript

This package provides an ESLint shared configuration with TypeScript support.

Usage

To get started using this configuration, add the dependency via npm:

npm install --dev @batou.dev/eslint-config-typescript

Then configure your .eslintrc.js to extend it:

module.exports = {
    root: true,
    extends: ["@batou.dev/eslint-config-typescript"],
};

Links

License

This code is licensed and distributed under the term of the MIT license.