Skip to content

Releases: ushironoko/eslint-config-ushironoko-vue

v3.3.1

17 Mar 04:01
Compare
Choose a tag to compare

3.3.1 (2021-03-17)

Performance Improvements

v3.3.0

08 Nov 15:59
Compare
Choose a tag to compare

3.3.0 (2020-11-08)

Features

  • add rule @typescript-eslint/no-empty-function: off (85eb72a)

v3.2.0

18 Aug 09:37
Compare
Choose a tag to compare

3.2.0 (2020-08-18)

Features

  • package.json: skip npm publish (62b2b09)

v3.1.0

18 Aug 09:11
Compare
Choose a tag to compare

3.1.0 (2020-08-18)

Features

v3.0.0

18 Aug 08:34
Compare
Choose a tag to compare

3.0.0 (2020-08-18)

Features

  • eslintrc.ts: change 'vue/no-v-html' to an error (523b1e6), closes #5

BREAKING CHANGES

  • eslintrc.ts: 'vue/no-v-html': 'warn' -> 'error'

v2.2.0

17 Aug 07:10
Compare
Choose a tag to compare

2.2.0 (2020-08-17)

Features

  • package.json: added the ability to show commit comment templates with git commit hooks (3155df7)

v2.1.0

17 Aug 05:01
Compare
Choose a tag to compare

2.1.0 (2020-08-17)

Features

  • ci: Limit the version of the node running at ci to 14.x only. (c01d8d8)