0.8.0 • Published 10 months ago

@batou.dev/eslint-config-typescript v0.8.0

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

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.

0.8.0

10 months ago

0.7.0

2 years ago

0.5.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago