0.8.0 • Published 2 years ago
@batou.dev/eslint-config-typescript v0.8.0
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-typescriptThen 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.