Bug fix: react-typescript.js
configuration updated (missed in the previous fix)
eslint-config-prettier 7.2.0 → 8.0.0 dev
@typescript-eslint/eslint-plugin 4.14.0 → 4.15.1 dev
@typescript-eslint/parser 4.14.0 → 4.15.1 dev
eslint 7.18.0 → 7.20.0 dev
typescript 4.1.3 → 4.1.5 dev
- Added import path group rule.
@src/**
is now considered an internal import.
@typescript-eslint/eslint-plugin dev ~1mo 4.11.0 → 4.14.0 ~4d
@typescript-eslint/parser dev ~1mo 4.11.0 → 4.14.0 ~4d
eslint dev ~1mo 7.16.0 → 7.18.0 ~6d
eslint-config-prettier dev ~1mo 7.1.0 → 7.2.0 ~4d
eslint-plugin-prettier dev ~1mo 3.3.0 → 3.3.1 ~18d
4 minor, 1 patch updates
- Made
typescript.ts
extendnode.ts
configuration.
- Added
es6:true
toenv
to allow usage of Node globals in thenode
preset.
- Added
react-typescript
preset (which removeprop-types
calls).
- Added
eslint-plugin-import
which should be added as a dependency when upgrading. - Added the option
allowExpressions
in@typescript-eslint/no-unused-vars
to avoid typing all callbacks.
- Added
preact-typescript
preset.