UNPKG

tslint-plugin-prettier

Version:

Runs Prettier as a TSLint rule and reports differences as individual TSLint issues.

69 lines (30 loc) 1.96 kB
# Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. <a name="2.0.0"></a> # [2.0.0](https://github.com/ikatyang/tslint-plugin-prettier/compare/v1.3.0...v2.0.0) (2018-09-16) ### Bug Fixes * specify config file correctly ([a46bb9f](https://github.com/ikatyang/tslint-plugin-prettier/commit/a46bb9f)) ### Features * support .editorconfig ([5afdfbc](https://github.com/ikatyang/tslint-plugin-prettier/commit/5afdfbc)) ### BREAKING CHANGES * require `prettier@^1.9.0` * load `.editorconfig` by default * specify config file via filepath instead of directory <a name="1.3.0"></a> # [1.3.0](https://github.com/ikatyang/tslint-plugin-prettier/compare/v1.2.0...v1.3.0) (2017-09-28) ### Features * add ability to specify config file search path ([#48](https://github.com/ikatyang/tslint-plugin-prettier/issues/48)) ([fe39a1d](https://github.com/ikatyang/tslint-plugin-prettier/commit/fe39a1d)) <a name="1.2.0"></a> # [1.2.0](https://github.com/ikatyang/tslint-plugin-prettier/compare/v1.1.0...v1.2.0) (2017-09-15) ### Features * support config file ([#28](https://github.com/ikatyang/tslint-plugin-prettier/issues/28)) ([00ebbe8](https://github.com/ikatyang/tslint-plugin-prettier/commit/00ebbe8)) <a name="1.1.0"></a> # [1.1.0](https://github.com/ikatyang/tslint-plugin-prettier/compare/v1.0.0...v1.1.0) (2017-08-16) ### Bug Fixes * **deps:** remove peerDeps for typescript ([888868e](https://github.com/ikatyang/tslint-plugin-prettier/commit/888868e)) ### Features * use official reporter ([#13](https://github.com/ikatyang/tslint-plugin-prettier/issues/13)) ([0104fc8](https://github.com/ikatyang/tslint-plugin-prettier/commit/0104fc8)) <a name="1.0.0"></a> # 1.0.0 (2017-07-30) ### Features * initial implementation ([8b86237](https://github.com/ikatyang/tslint-plugin-prettier/commit/8b86237))