Releases: softwareventures/eslint-config
Releases · softwareventures/eslint-config
v3.5.0
3.5.0 (2021-03-04)
Features
- no-inferred-empty-object-type: disable rule (2ba0c0a)
- no-unnecessary-callback-wrapper: disable rule (692f735)
v3.4.2
3.4.2 (2021-01-25)
Bug Fixes
- deps: update dependency eslint-plugin-jsdoc to v31 (#23) (3ad0bc8)
v3.4.1
3.4.1 (2020-12-09)
Bug Fixes
- deps: update dependency eslint-config-prettier to v7 (#21) (b351a51)
v3.4.0
3.4.0 (2020-11-03)
Features
- no-extraneous-dependencies: allow import of devDependencies from config files (da7d325)
- no-restricted-imports: prevent import of config or test files (afcc621)
v3.3.0
3.3.0 (2020-09-24)
Features
- no-extraneous-dependencies: allow use of devDependencies in test-d files (106899f)
- parser-options: use test parser-options for test-d files (e87f228)
v3.2.1
3.2.1 (2020-09-15)
Bug Fixes
- no-unncessary-constructor: replace no-unnecessary-constructor with typescript-eslint variant (86ae66d)
- no-useless-constructor: correct no-unnecessary-constructor to no-useless-constructor (6ed3731)
v3.2.0
3.2.0 (2020-09-14)
Features
- no-void: disable no-void rule (026a52a)
v3.1.0
3.1.0 (2020-09-10)
Features
- es: update ES parser to 2018 (5f6b067)
v3.0.1
3.0.1 (2020-09-05)
Bug Fixes
- jsdoc/check-indentation: disable jsdoc/check-indentation rule (70a7a4a)
v3.0.0
3.0.0 (2020-09-05)
Bug Fixes
- deps: update typescript-eslint monorepo to v4 (#18) (e358f68)
BREAKING CHANGES
- deps: typescript-estree: removes the ability to supply a RegExp to projectFolderIgnoreList, and changes the meaning of the string value from a regex to a glob.
- deps: typescript-estree: Removed decorators property from several Nodes that could never semantically have them (FunctionDeclaration, TSEnumDeclaration, and TSInterfaceDeclaration)
- deps: typescript-estree: Removed AST_NODE_TYPES.Import. This is a minor breaking change as the node type that used this was removed ages ago.
- deps: typescript-eslint-plugin: Default rule options is a breaking change.