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 - v2.0.3

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

2.0.3 (2020-07-21)

Bug Fixes

  • no-extraneous-dependencies: allow webpack.config.js to import devDependencies (2d0cc76)
eslint-config - v2.0.2

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

2.0.2 (2020-07-21)

Bug Fixes

  • no-unused-vars: disable no-unused-vars rule (bcab071)
eslint-config - v2.0.1

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

2.0.1 (2020-07-21)

Bug Fixes

  • ban-types: improve error messages and allow use of object type (e28830b)
eslint-config - v2.0.0

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

2.0.0 (2020-07-21)

Features

  • parser: lint JavaScript files as ES6 modules (2d6448b)

BREAKING CHANGES

  • parser: JavaScript files are now parsed as ES6 modules. JavaScript files that are written
    as scripts may no longer pass lint.
eslint-config - v1.7.0

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

1.7.0 (2020-07-21)

Bug Fixes

  • deps: update dependency eslint-plugin-jsdoc to v30 (#16) (9f67304)

Features

  • no-unsafe-assignment: disable no-unsafe-assignment rule (91845db)
eslint-config - v1.6.0

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

1.6.0 (2020-07-14)

Features

  • explicit-function-return-type: set allowExpressions and allowTypedFunctionExpressions options (c009c11)
eslint-config - v1.5.0

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

1.5.0 (2020-07-14)

Features

  • prefer-regexp-exec: disable rule "prefer-regexp-exec" (192d499)
eslint-config - v1.4.0

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

1.4.0 (2020-07-14)

Features

  • no-unsafe-member-access: disable rule "no-unsafe-member-access" (d4a53e8)
  • no-unsafe-return: disable rule "no-unsafe-return" (76cbd94)
eslint-config - v1.3.0

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

1.3.0 (2020-07-13)

Features

  • tests: use separate tsconfig for tests (2ba37a0)
eslint-config - v1.2.6

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

1.2.6 (2020-07-13)

Bug Fixes

  • deps: update dependency eslint-plugin-jsdoc to v29 (#15) (8afdae7)
eslint-config - v1.2.5

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

1.2.5 (2020-06-21)

Bug Fixes

  • deps: update dependency eslint-plugin-jsdoc to v28 (#14) (b160268)
eslint-config - v1.2.4

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

1.2.4 (2020-06-02)

Bug Fixes

  • deps: update dependency eslint-plugin-jsdoc to v27 (#12) (55b61e2)
eslint-config - v1.2.3

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

1.2.3 (2020-05-28)

Bug Fixes

  • deps: update dependency eslint-plugin-jsdoc to v26 (#11) (af5e67e)
eslint-config - v1.2.2

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

1.2.2 (2020-05-22)

Bug Fixes

  • deps: update typescript-eslint monorepo to v3 (#10) (d1296e3)
eslint-config - v1.2.1

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

1.2.1 (2020-05-19)

Bug Fixes

  • deps: update dependency tslib to v2 (#9) (44d5bc1)
eslint-config - v1.2.0

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

1.2.0 (2020-05-12)

Bug Fixes

  • deps: add eslint and typescript to peerDependencies (9b9e762)
  • deps: move tslint from devDependencies to dependencies (aa8fc9d)
  • deps: use version range in dependency on tslib (2cbc5d7)

Features

  • class-methods-use-this: disable class-methods-use-this rule (1a269f9)
  • apply rules to JavaScript where possible (5ea1b99)
  • eqeqeq: require loose-equals when comparing to null, strict-equals otherwise (1dde0a4)
  • no-extraneous-dependencies: allow importing devDependencies only in test files (b502ecf)
  • prefer-arrow-functions: allow standalone function declarations (847970e)
eslint-config - v1.1.0

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

1.1.0 (2020-05-10)

Features

  • ban-ts-comment: enable ban-ts-comment rule (bb0eba8)
  • class-literal-property-style: forbid getters that return a constant value (18ed50d)
  • typescript-eslint: rewrite eslint-config to extend from recommended-requiring-type-checking (c5b1adb)
eslint-config - v1.0.0

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

1.0.0 (2020-05-10)

Bug Fixes

  • add missing required plugins (c16e735)
  • only apply TypeScript rules to TypeScript files (1bf9be6)

Features

  • ban-types: add auto-fixes to ban-types rule (884f840)
  • add rules to bring config in line with Software Ventures tslint-rules (e579006)
  • start with the recommended settings for typescript-eslint (4f5636b)