@tpluscode/eslint-config
Version:
Slightly customized `standard` config.
141 lines (72 loc) • 3.15 kB
Markdown
Changelog
# 0.5.0
## Minor Changes
- 50bd0e7: Enabled rule `@typescript-eslint/consistent-type-exports`
# 0.4.9
## Patch Changes
- 1a22cee: consistent-type-imports: auto-fix only work when level is error?
# 0.4.8
## Patch Changes
- b3aa9ee: Enforce type-only imports where necessary
# 0.4.7
## Patch Changes
- 6216f41: Missing dependency
# 0.4.6
## Patch Changes
- 3c0ac2e: Added `eslint-plugin-rdf`
# 0.4.5
## Patch Changes
- ffd1199: Add rules to automatically remove unused imports
# 0.4.4
## Patch Changes
- 3edea08: allow dev deps in \*.test.js
# 0.4.3
## Patch Changes
- e9106a0: Update `eslint-plugin-require-extensions` to support fix index imports and handle parametrised imports
- cda97a1: Simplify installation instructions
# 0.4.2
## Patch Changes
- ee3af50: Apply overrides to `.mjs` too
# 0.4.1
## Patch Changes
- eb4771f: disable `no-undef` in TS files as suggested by `typescript-eslint`
# 0.4.0
## Minor Changes
- 92ac89c: Added `eslint-plugin-require-extensions`
# 0.3.4
## Patch Changes
- 191763b: Added a base config for JS-only projects
# 0.3.3
## Patch Changes
- d57dc1e: Standard `no-redeclare` would show incorrect errors about function overloads
# 0.3.2
## Patch Changes
- 4e98a01: Disable default `no-dupe-class-members`
# 0.3.1
## Patch Changes
- 0497e3b: Disable `no-unused-expression` in test files
# 0.3.0
## Minor Changes
- bae8ca8: Make missing imports error
- 1e5852d: Update dependencies
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## 0.2.0
## Features
- enable `impor/order` rule
## [0.1.1](https://github.com/tpluscode/eslint-config/compare/v0.1.0...v0.1.1) (2020-09-22)
## Features
- disable default ctor rule in ts files ([8f4ec82](https://github.com/tpluscode/eslint-config/commit/8f4ec8299c0d6cdf6146f4144645c7055efd460f))
- tweak import/no-extraneous-dependencies in test files ([d37be96](https://github.com/tpluscode/eslint-config/commit/d37be961db6ab82f40092f73cac37beee1571c82))
# [0.1.0](https://github.com/tpluscode/eslint-config/compare/v0.0.4...v0.1.0) (2020-04-23)
## Features
- set up import plugin ([13873d7](https://github.com/tpluscode/eslint-config/commit/13873d7ad82b3fb7b9669f4486272e3648672538))
## [0.0.4](https://github.com/tpluscode/eslint-config/compare/v0.0.3...v0.0.4) (2019-12-08)
## Features
- disallow console ([edb3849](https://github.com/tpluscode/eslint-config/commit/edb384909b732fcbdb025ec6532b72156d550bf8))
## [0.0.3](https://github.com/tpluscode/eslint-config/compare/v0.0.2...v0.0.3) (2019-11-30)
## [0.0.2](https://github.com/tpluscode/eslint-config/compare/v0.0.1...v0.0.2) (2019-11-30)
## 0.0.1 (2019-11-30)
## Features
- first version based on current projects ([38c3443](https://github.com/tpluscode/eslint-config/commit/38c344312641f3b681ab6dde8ba783166537606c))
## Bug Fixes
- change parser option to work with vue ([ae5fc4b](https://github.com/tpluscode/eslint-config/commit/ae5fc4be1a11301f4e60ea16ae7e835b207a87fb))