@monorepo-template/eslint-config-typescript-strict

1.1.0 • Public • Published

Strict TypeScript ESLint config

@monorepo-template/eslint-config-typescript-strict is an ESLint configuration comprised of TypeScript rules all set to error. The intention of this rule is to abstract all decision-making and opinion from lint rules, unifying teams with an established code style without weighing preference to one or more individual members.

This configuration does not include @monorepo-template/typescript-fixable or @typescript-eslint/recommended. It is recommended that you use both in addition to this configuration.

Install

yarn add --dev "@monorepo-template/eslint-config-typescript-strict" "@typescript-eslint/eslint-plugin" "@typescript-eslint/parser"

Use

Merge the following ESLint configuration into your .eslintrc.json file:

{
  "extends": ["@monorepo-template/typescript-strict"]
}

If you are using other configurations outside of the @monorepo-template scope, this should come after those configurations in the extends array.

Readme

Keywords

Package Sidebar

Install

npm i @monorepo-template/eslint-config-typescript-strict

Weekly Downloads

15

Version

1.1.0

License

MIT

Unpacked Size

4.79 kB

Total Files

3

Last publish

Collaborators

  • charlesstover