tslint-config-prettier
Advanced tools
Comparing version 1.15.0 to 1.16.0
@@ -20,2 +20,3 @@ { | ||
"jsx-no-multiline-js": false, | ||
"jsx-space-before-trailing-slash": false, | ||
"jsx-wrap-multiline": false, | ||
@@ -78,2 +79,3 @@ "linebreak-style": false, | ||
"jsx-no-multiline-js": false, | ||
"jsx-space-before-trailing-slash": false, | ||
"jsx-wrap-multiline": false, | ||
@@ -80,0 +82,0 @@ "linebreak-style": false, |
{ | ||
"name": "tslint-config-prettier", | ||
"version": "1.15.0", | ||
"version": "1.16.0", | ||
"description": "Do you wanna use tslint and prettier without conflicts? tslint-config-prettier disables all conflicting rules that may cause such problems. Prettier takes care of formatting and tslint the rest.", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"type": "git", | ||
"url": "https://github.com/alexjoverm/tslint-config-prettier.git" | ||
"url": "https://github.com/prettier/tslint-config-prettier.git" | ||
}, | ||
@@ -85,22 +85,21 @@ "license": "MIT", | ||
"codelyzer": "4.1.0", | ||
"commitizen": "^2.9.5", | ||
"commitizen": "^3.0.0", | ||
"cz-conventional-changelog": "^2.0.0", | ||
"husky": "^0.14.3", | ||
"husky": "^1.0.0", | ||
"jest": "^23.2.0", | ||
"lodash": "^4.17.4", | ||
"make-dir": "^1.0.0", | ||
"prettier": "1.14.2", | ||
"prettier": "1.15.2", | ||
"rimraf": "^2.6.1", | ||
"semantic-release": "^15.0.0", | ||
"ts-jest": "^23.0.0", | ||
"tslint": "5.9.1", | ||
"tslint-consistent-codestyle": "1.13.3", | ||
"ts-jest": "^23.10.0", | ||
"tslint": "5.11.0", | ||
"tslint-consistent-codestyle": "1.14.1", | ||
"tslint-divid": "1.3.0", | ||
"tslint-eslint-rules": "5.4.0", | ||
"tslint-immutable": "4.6.0", | ||
"tslint-microsoft-contrib": "5.2.0", | ||
"tslint-immutable": "4.9.1", | ||
"tslint-microsoft-contrib": "5.2.1", | ||
"tslint-misc-rules": "3.5.0", | ||
"tslint-plugin-ikatyang": "1.1.1", | ||
"tslint-react": "3.5.1", | ||
"typescript": "2.6.2", | ||
"tslint-react": "3.6.0", | ||
"typescript": "3.0.3", | ||
"validate-commit-msg": "^2.10.1", | ||
@@ -107,0 +106,0 @@ "vrsource-tslint-rules": "5.8.2" |
@@ -6,9 +6,9 @@ # tslint-config-prettier | ||
[![downloads](https://img.shields.io/npm/dm/tslint-config-prettier.svg)](https://www.npmjs.com/package/tslint-config-prettier) | ||
[![David](https://img.shields.io/david/alexjoverm/tslint-config-prettier.svg)]() | ||
[![David](https://img.shields.io/david/dev/alexjoverm/tslint-config-prettier.svg)]() | ||
[![dependencies Status](https://img.shields.io/david/alexjoverm/tslint-config-prettier.svg)](https://david-dm.org/alexjoverm/tslint-config-prettier) | ||
[![devDependencies Status](https://img.shields.io/david/dev/alexjoverm/tslint-config-prettier.svg)](https://david-dm.org/alexjoverm/tslint-config-prettier?type=dev) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/alexjoverm/tslint-config-prettier.svg)](https://greenkeeper.io/) | ||
<h3> :cop: tslint + :nail_care: prettier = :heart_eyes: </h3> | ||
<h3> :cop: TSLint + :nail_care: Prettier = :heart_eyes: </h3> | ||
Do you want to use [tslint](https://palantir.github.io/tslint/) and [prettier](https://github.com/prettier/prettier) without conflicts? tslint-config-prettier disables all conflicting rules that may cause such problems. Prettier takes care of the formatting whereas tslint takes care of all the other things. | ||
Do you want to use [TSLint](https://palantir.github.io/tslint/) and [Prettier](https://github.com/prettier/prettier) without conflicts? `tslint-config-prettier` disables all conflicting rules that may cause such problems. Prettier takes care of the formatting whereas tslint takes care of all the other things. | ||
@@ -23,3 +23,3 @@ > Check how it works in **[this tutorial](https://alexjoverm.github.io/2017/06/12/Use-Prettier-with-TSLint-and-be-happy/)**. | ||
Make sure you've already set up [tslint](https://palantir.github.io/tslint/) and [prettier](https://github.com/prettier/prettier). | ||
Make sure you've already set up [TSLint](https://palantir.github.io/tslint/) and [Prettier](https://github.com/prettier/prettier). | ||
@@ -49,3 +49,2 @@ Then, extend your `tslint.json`, and make sure `tslint-config-prettier` is **at the end**: | ||
- [tslint-misc-rules](https://github.com/jwbay/tslint-misc-rules) | ||
- [tslint-plugin-ikatyang](https://github.com/ikatyang/tslint-plugin-ikatyang) | ||
- [tslint-react](https://github.com/palantir/tslint-react) | ||
@@ -88,3 +87,3 @@ - [vrsource-tslint-rules](https://github.com/vrsource/vrsource-tslint-rules) | ||
Please read [CONTRIBUTING.md](https://github.com/alexjoverm/tslint-config-prettier/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us. | ||
Please read [CONTRIBUTING.md](https://github.com/prettier/tslint-config-prettier/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us. | ||
@@ -97,2 +96,2 @@ ### Related | ||
Made with :heart: by [@alexjoverm](https://twitter.com/alexjoverm) and all its [contributors](https://github.com/alexjoverm/tslint-config-prettier/graphs/contributors) | ||
Made with :heart: by [@alexjoverm](https://twitter.com/alexjoverm) and all its [contributors](https://github.com/prettier/tslint-config-prettier/graphs/contributors) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13492
26
159
93