Socket
Socket
Sign inDemoInstall

tslint-config-prettier

Package Overview
Dependencies
0
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.13.0 to 1.14.0

2

lib/index.json

@@ -47,2 +47,3 @@ {

"ter-arrow-spacing": false,
"ter-computed-property-spacing": false,
"ter-func-call-spacing": false,

@@ -103,2 +104,3 @@ "ter-indent": false,

"ter-arrow-spacing": false,
"ter-computed-property-spacing": false,
"ter-func-call-spacing": false,

@@ -105,0 +107,0 @@ "ter-indent": false,

18

package.json
{
"name": "tslint-config-prettier",
"version": "1.13.0",
"version": "1.14.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.",

@@ -79,3 +79,3 @@ "keywords": [

"devDependencies": {
"@types/jest": "^22.0.0",
"@types/jest": "^23.1.2",
"@types/make-dir": "^1.0.1",

@@ -88,16 +88,16 @@ "@types/node": "^10.0.3",

"husky": "^0.14.3",
"jest": "^22.4.0",
"jest": "^23.2.0",
"lodash": "^4.17.4",
"make-dir": "^1.0.0",
"prettier": "1.12.1",
"prettier": "1.13.7",
"rimraf": "^2.6.1",
"semantic-release": "^15.0.0",
"ts-jest": "^22.0.0",
"ts-jest": "^23.0.0",
"tslint": "5.9.1",
"tslint-consistent-codestyle": "1.13.0",
"tslint-consistent-codestyle": "1.13.2",
"tslint-divid": "1.3.0",
"tslint-eslint-rules": "5.3.0",
"tslint-immutable": "4.5.4",
"tslint-microsoft-contrib": "5.0.3",
"tslint-misc-rules": "3.3.3",
"tslint-immutable": "4.6.0",
"tslint-microsoft-contrib": "5.1.0",
"tslint-misc-rules": "3.4.0",
"tslint-plugin-ikatyang": "1.1.1",

@@ -104,0 +104,0 @@ "tslint-react": "3.5.1",

@@ -14,2 +14,4 @@ # tslint-config-prettier

> Check how it works in **[this tutorial](https://alexjoverm.github.io/2017/06/12/Use-Prettier-with-TSLint-and-be-happy/)**.
### Get started

@@ -16,0 +18,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc