eslint-config-vue-tc

ESLint shareable config for Vue projects

MIT License

Downloads
68
Stars
6
Committers
8
eslint-config-vue-tc - v11.0.0 Latest Release

Published by tclindner over 2 years ago

What's Changed

πŸ’₯ Breaking changes

🧹 Chores

🎁 Other

Full Changelog: https://github.com/tclindner/eslint-config-vue-tc/compare/v10.0.0...v11.0.0

eslint-config-vue-tc - v10.0.0

Published by tclindner over 2 years ago

What's Changed

πŸ’₯ Breaking changes

Full Changelog: https://github.com/tclindner/eslint-config-vue-tc/compare/v9.0.0...v10.0.0

eslint-config-vue-tc - v9.0.0

Published by tclindner almost 3 years ago

What's Changed

πŸ’₯ Breaking changes

Full Changelog: https://github.com/tclindner/eslint-config-vue-tc/compare/v8.1.0...v9.0.0

eslint-config-vue-tc - v8.1.0

Published by tclindner about 3 years ago

πŸ‘‘ Changed

Add test override (#281)

eslint-config-vue-tc - v8.0.0

Published by tclindner over 3 years ago

πŸ’₯ Breaking changes

  • Drop support for Node 10

🧹 Chores

  • Bump eslint-config-tc from 16.3.1 to 16.4.0 (#192)
  • Bump eslint from 7.15.0 to 7.16.0 (#194)
  • Bump eslint-plugin-unicorn from 23.0.0 to 24.0.0 (#193)
  • Bump node-notifier from 8.0.0 to 8.0.1 (#195)
  • Bump eslint-plugin-vue from 7.3.0 to 7.4.0 (#196)
  • Bump eslint from 7.16.0 to 7.17.0 (#197)
  • Bump eslint-plugin-prettier from 3.3.0 to 3.3.1 (#200)
  • Bump eslint-config-tc from 16.4.0 to 17.0.0 (#198)
  • Bump eslint-plugin-vue from 7.4.0 to 7.4.1 (#199)
  • Bump eslint-plugin-unicorn from 24.0.0 to 25.0.1 (#201)
  • Bump eslint from 7.17.0 to 7.18.0 (#202)
  • Bump eslint-plugin-vuejs-accessibility from 0.6.0 to 0.6.1 (#203)
  • Bump eslint-plugin-vue from 7.4.1 to 7.5.0 (#204)
  • Bump eslint from 7.18.0 to 7.19.0 (#205)
  • Bump eslint from 7.19.0 to 7.20.0 (#207)
  • Bump eslint-plugin-vue from 7.5.0 to 7.6.0 (#206)
  • Bump eslint-plugin-jest from 24.1.3 to 24.1.5 (#208)
  • Bump eslint from 7.20.0 to 7.21.0 (#209)
  • Bump eslint-plugin-vue from 7.6.0 to 7.7.0 (#210)
  • Bump eslint-plugin-jest from 24.1.5 to 24.1.8 (#211)
  • Bump eslint-plugin-jest from 24.1.8 to 24.1.9 (#212)
  • Bump eslint-plugin-jest from 24.1.9 to 24.2.0 (#213)
  • Bump eslint-plugin-jest from 24.2.0 to 24.2.1 (#214)
  • Bump eslint-plugin-jest from 24.2.1 to 24.3.1 (#216)
  • Bump eslint from 7.21.0 to 7.22.0 (#215)
  • Bump eslint-config-tc from 17.0.0 to 18.0.0 (#217)
  • Bump eslint-plugin-unicorn from 25.0.1 to 28.0.2 (#218)
  • Bump eslint-plugin-jest from 24.3.1 to 24.3.2 (#220)
  • Bump eslint-config-tc from 18.0.0 to 18.1.0 (#219)
  • Bump eslint-plugin-vue from 7.7.0 to 7.8.0 (#221)
  • Bump eslint from 7.22.0 to 7.23.0 (#222)
  • Bump y18n from 4.0.0 to 4.0.1 (#223)
  • Bump eslint-plugin-jest from 24.3.2 to 24.3.4 (#224)
  • Bump eslint from 7.23.0 to 7.24.0 (#225)
  • Bump eslint-plugin-vue from 7.8.0 to 7.9.0 (#227)
  • Bump eslint-plugin-jest from 24.3.4 to 24.3.5 (#226)
  • do not run codeql on push (#228)
  • Bump eslint-plugin-prettier from 3.3.1 to 3.4.0 (#229)
  • Bump eslint-plugin-jest from 24.3.5 to 24.3.6 (#231)
  • Bump eslint from 7.24.0 to 7.25.0 (#232)
eslint-config-vue-tc - v7.0.0

Published by tclindner almost 4 years ago

πŸ’₯Breaking Changes

  • Added new plugin - eslint-plugin-test-id (#188)
    • Run npm i -D eslint-plugin-test-id to install the new peerDependency
eslint-config-vue-tc - v6.1.0

Published by tclindner almost 4 years ago

πŸ‘‘ Changed

  • Bump some dependencies and prep for release. Updated eslint-plugin-vuejs-accessibility peerDependency range. (#178)
eslint-config-vue-tc - v6.0.0

Published by tclindner about 4 years ago

eslint-config-vue-tc - v5.0.1

Published by tclindner about 4 years ago

πŸ™ˆ Fixed

  • Turn off vue/singleline-html-element-content-newline for compatibility with Prettier (#151)
eslint-config-vue-tc - v5.0.0

Published by tclindner about 4 years ago

πŸ’₯ Breaking changes

eslint-config-vue-tc - v4.0.0

Published by tclindner over 4 years ago

πŸ’₯Breaking Changes

eslint-config-vue-tc - v3.0.0

Published by tclindner over 4 years ago

πŸ’₯Breaking Changes

eslint-config-vue-tc - v2.1.1

Published by tclindner almost 5 years ago

πŸ‘‘ Changed

  • Added eslint-plugin-vue ^6.0.0 range to peer deps
eslint-config-vue-tc - v2.1.0

Published by tclindner almost 5 years ago

πŸ‘‘ Changed

  • Added an override to the no-param-reassign rule to allow compatibility with Vuex. (#48)

Thank you @phil-rw πŸ™Œ

eslint-config-vue-tc - v2.0.1

Published by tclindner about 5 years ago

πŸ™ˆ Fixed

  • #19 - Resolved a compatibility issue between prettier and eslint-plugin-vue. Thanks, @conrad2134 πŸŽ‰
eslint-config-vue-tc - v2.0.0

Published by tclindner about 5 years ago

πŸš€ Added

  • #15 - eslint-plugin-vue-a11y is now included.
eslint-config-vue-tc - v1.1.1

Published by tclindner about 5 years ago

πŸ™ˆ Fixed

  • Compatibility issue between Prettier and Vue Plugin.
eslint-config-vue-tc - v1.1.0

Published by tclindner about 5 years ago

πŸ‘‘ Changed

  • Support for ESLint 6.
eslint-config-vue-tc - v1.0.0

Published by tclindner about 5 years ago

πŸš€ Added

  • #1 First release, yay! πŸŽ‰