Detalhes do pacote

@microsoft/eslint-config-fast-dna

microsoft6.6kMIT2.1.0

eslint rules for FAST projects

eslint, typescript

readme (leia-me)

@microsoft/fast-eslint-rules

Usage

Installation

Install the package:

npm install @microsoft/eslint-config-fast-dna

Configure your eslint config

Add fast-eslint-rules as an extension in your eslint config

{
    "extends": [
        "@microsoft/eslint-config-fast-dna",
        // Other rule sets (if any)
    ]
}

Please see configuring eslint for more details.

changelog (log de mudanças)

Change Log - @microsoft/eslint-config-fast-dna

This log was last generated on Wed, 27 Apr 2022 07:17:32 GMT and should not be manually modified.

2.1.0

Wed, 27 Apr 2022 07:17:32 GMT

Minor changes

  • update to typescript 4.6.2 and update ARIAMixin typings (chhol@microsoft.com)

2.0.0

Sun, 31 Oct 2021 07:17:45 GMT

Major changes

  • update eslint-config-rules to leverage latest versions of eslint and remove react (chhol@microsoft.com)

1.1.4 (2020-06-26)

Note: Version bump only for package @microsoft/eslint-config-fast-dna

1.1.2 (2020-05-18)

Bug Fixes

  • update eslint config to not warn on function args #3116 (1df06c9)

1.1.1 (2020-04-22)

Note: Version bump only for package @microsoft/eslint-config-fast

1.1.0 (2020-04-10)

Features

  • add fast-eslint-rules to replace fast-tslint-rules package (#2793) (2891e7b)