Skip to content

Releases: valantic/eslint-config-valantic

16.0.1

19 Apr 12:05
Compare
Choose a tag to compare
  • (Breaking) @typescript-eslint/method-signature-style enforces the method style in interfaces.
  • (Breaking) Enforces max-lines by default.
  • (Change) Disables no-undefined for TypeScript configuration.
  • (Change) Updates config for space-before-function-paren.

16.0.0

19 Apr 12:04
Compare
Choose a tag to compare

15.2.0

28 Feb 13:22
Compare
Choose a tag to compare
  • (Change) Overwrites no-plusplus rule to allow ++ statements in for-loops

15.1.0

02 Dec 13:22
Compare
Choose a tag to compare
  • (Change) Defines 'vue/object-curly-spacing' as a --fix rule.

15.0.0

02 Dec 13:10
Compare
Choose a tag to compare
  • (Breaking) Adds 'vue/object-curly-spacing' rule to force object spacing in vue templates.

14.3.1

03 Nov 10:47
Compare
Choose a tag to compare
  • (Change) Fixes Vue 3 configuration to get rid of TS parsing error.

14.3.0

03 Nov 09:30
Compare
Choose a tag to compare
  • (Change) Adds '@typescript-eslint/ban-ts-comment' to make sure @ts-ignore always have a reason comment.

14.2.1

03 Nov 09:29
Compare
Choose a tag to compare
  • (Bugfix) Changes order of rule imports in vue(3).js to fix an issue, where 'indent' was enabled again by the vue-recommendations.

14.2.0

03 Nov 09:29
Compare
Choose a tag to compare
  • (Change) Improves Vue 3 configuration by loosening some rules and removing '@vue/typescript'.

14.1.2

06 Sep 11:03
Compare
Choose a tag to compare
  • (Change) Increases 'minItems' on array-element-newline.ArrayPattern to allow [key, value] combinations on same line.