eslint-config

Standard eslint configuration for Software Ventures Limited

ISC License

Downloads
4.2K
Stars
0
Committers
4

Bot releases are visible (Hide)

eslint-config - v4.0.3

Published by github-actions[bot] about 3 years ago

4.0.3 (2021-08-05)

Bug Fixes

  • deps: use latest versions of dependencies (a817120)
eslint-config - v4.0.2

Published by github-actions[bot] about 3 years ago

4.0.2 (2021-07-25)

Bug Fixes

  • deps: update dependency eslint-plugin-jsdoc to v36 (#38) (1924487)
eslint-config - v4.0.1

Published by github-actions[bot] over 3 years ago

4.0.1 (2021-07-07)

Bug Fixes

  • deps: update dependency eslint-plugin-jsdoc to v35 (#34) (d703e4d)
eslint-config - v4.0.0

Published by github-actions[bot] over 3 years ago

4.0.0 (2021-07-07)

Features

  • node: drop support for node < 12 || ^13 || ^15 (aa79514)

BREAKING CHANGES

  • node: node < 12 || ^13 || ^15 are no longer
    supported.
eslint-config - v3.6.3

Published by github-actions[bot] over 3 years ago

3.6.3 (2021-07-07)

eslint-config - v3.6.2

Published by github-actions[bot] over 3 years ago

3.6.2 (2021-05-08)

Bug Fixes

  • dot-notation: for TypeScript code, use @typescript-eslint/dot-notation instead of dot-notation (00a6933)
eslint-config - v3.6.1

Published by github-actions[bot] over 3 years ago

3.6.1 (2021-04-30)

Bug Fixes

  • deps: update dependency eslint-plugin-jsdoc to v33 (#30) (d20192c)
eslint-config - v3.6.0

Published by github-actions[bot] over 3 years ago

3.6.0 (2021-03-14)

Features

  • ban-types: allow the type '{}' (4b3f7ec)
eslint-config - v3.5.0

Published by github-actions[bot] over 3 years ago

3.5.0 (2021-03-04)

Features

  • no-inferred-empty-object-type: disable rule (2ba0c0a)
  • no-unnecessary-callback-wrapper: disable rule (692f735)
eslint-config - v3.4.2

Published by github-actions[bot] over 3 years ago

3.4.2 (2021-01-25)

Bug Fixes

  • deps: update dependency eslint-plugin-jsdoc to v31 (#23) (3ad0bc8)
eslint-config - v3.4.1

Published by github-actions[bot] almost 4 years ago

3.4.1 (2020-12-09)

Bug Fixes

  • deps: update dependency eslint-config-prettier to v7 (#21) (b351a51)
eslint-config - v3.4.0

Published by github-actions[bot] almost 4 years ago

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)
eslint-config - v3.3.0

Published by github-actions[bot] about 4 years ago

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)
eslint-config - v3.2.1

Published by github-actions[bot] about 4 years ago

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)
eslint-config - v3.2.0

Published by github-actions[bot] about 4 years ago

3.2.0 (2020-09-14)

Features

  • no-void: disable no-void rule (026a52a)
eslint-config - v3.1.0

Published by github-actions[bot] about 4 years ago

3.1.0 (2020-09-10)

Features

  • es: update ES parser to 2018 (5f6b067)
eslint-config - v3.0.1

Published by github-actions[bot] about 4 years ago

3.0.1 (2020-09-05)

Bug Fixes

  • jsdoc/check-indentation: disable jsdoc/check-indentation rule (70a7a4a)
eslint-config - v3.0.0

Published by github-actions[bot] about 4 years ago

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.
eslint-config - v2.2.0

Published by github-actions[bot] about 4 years ago

2.2.0 (2020-07-27)

Features

  • restrict-template-expressions: allow boolean values in template expressions (171e0dc)
eslint-config - v2.1.0

Published by github-actions[bot] about 4 years ago

2.1.0 (2020-07-23)

Features

  • no-empty-function: disable no-empty-function rule (12c167f)