eslint-plugin-no-smart-quotes
Version:
Prevent the use of curly quote/apostrophe characters
65 lines (28 loc) • 2.47 kB
Markdown
## [1.4.2](https://github.com/seleb/eslint-plugin-no-smart-quotes/compare/v1.4.1...v1.4.2) (2024-10-22)
### Bug Fixes
* fix release workflow ([6c3f7fa](https://github.com/seleb/eslint-plugin-no-smart-quotes/commit/6c3f7fa8c3b2f86a26cc6807503f64390beae1b9))
## [1.4.1](https://github.com/seleb/eslint-plugin-no-smart-quotes/compare/v1.4.0...v1.4.1) (2024-10-22)
### Bug Fixes
* fix release workflow ([1745620](https://github.com/seleb/eslint-plugin-no-smart-quotes/commit/1745620cf411c149a757ff0e671143d2fc9b1086))
# [1.4.0](https://github.com/seleb/eslint-plugin-no-smart-quotes/compare/v1.3.0...v1.4.0) (2024-10-22)
### Features
* Support template literals ([#20](https://github.com/seleb/eslint-plugin-no-smart-quotes/issues/20)) ([b9167a0](https://github.com/seleb/eslint-plugin-no-smart-quotes/commit/b9167a071910723076bfe3eb23aba380a50ac85c)), closes [#19](https://github.com/seleb/eslint-plugin-no-smart-quotes/issues/19)
# [1.3.0](https://github.com/seleb/eslint-plugin-no-smart-quotes/compare/v1.2.2...v1.3.0) (2021-10-23)
### Features
* add support for vue text if vue parser is available ([5d48c7d](https://github.com/seleb/eslint-plugin-no-smart-quotes/commit/5d48c7d9227f9b5aa2b60b1adb64bc1de8e29ed3)), closes [#11](https://github.com/seleb/eslint-plugin-no-smart-quotes/issues/11)
## [1.2.2](https://github.com/seleb/eslint-plugin-no-smart-quotes/compare/v1.2.1...v1.2.2) (2021-02-23)
* test release
## [1.2.1](https://github.com/seleb/eslint-plugin-no-smart-quotes/compare/v1.2.0...v1.2.1) (2021-02-23)
* improved autofix (https://github.com/seleb/eslint-plugin-no-smart-quotes/pull/6)
# [1.2.0](https://github.com/seleb/eslint-plugin-no-smart-quotes/compare/v1.1.0...v1.2.0) (2021-02-23)
### Features
* add support for `JSXText` ([874ac64](https://github.com/seleb/eslint-plugin-no-smart-quotes/commit/874ac64f2b8562de4601111da3b9c60e6f8c3cff)), closes [#5](https://github.com/seleb/eslint-plugin-no-smart-quotes/issues/5)
# [1.1.0](https://github.com/seleb/eslint-plugin-no-smart-quotes/compare/v1.0.2...v1.1.0) (2020-05-13)
### Features
* make rule fixable (https://github.com/seleb/eslint-plugin-no-smart-quotes/pull/2)
## [1.0.2](https://github.com/seleb/eslint-plugin-no-smart-quotes/compare/v1.0.1...v1.0.2) (2019-08-27)
* updated dependencies
## [1.0.1](https://github.com/seleb/eslint-plugin-no-smart-quotes/compare/v1.0.0...v1.0.1) (2019-07-13)
* updated dependencies
# 1.0.0 (2019-03-30)
* initial release