New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tslint-eslint-rules

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-eslint-rules - npm Package Compare versions

Comparing version

to
1.5.0

dist/rules/objectCurlySpacingRule.js

11

CHANGELOG.md
## Change Log
### v1.5.0 (2016/09/05 15:10 +00:00)
- [#99](https://github.com/buzinas/tslint-eslint-rules/pull/99) Merge pull request #99 from jmlopez-rod/object-curly-spacing (@jmlopez-rod)
- [68ad5a1](https://github.com/buzinas/tslint-eslint-rules/commit/68ad5a183007539344b45b2a2afff02bea4a6feb) [tslint] Removing rule from configuration (@jmlopez-rod)
- [9dca874](https://github.com/buzinas/tslint-eslint-rules/commit/9dca8744cff0e4eff44378424bc3fa5645089a4c) Merge remote-tracking branch 'buzinas/master' into object-curly-spacing (@jmlopez-rod)
### v1.4.0 (2016/09/05 13:47 +00:00)

@@ -14,3 +19,9 @@ - [8477b21](https://github.com/buzinas/tslint-eslint-rules/commit/8477b2135c46b38dcfd3ab613d43d6c8194dcda6) [feat] updated dependencies and improved formatting (@buzinas)

- [874440f](https://github.com/buzinas/tslint-eslint-rules/commit/874440f99f2a37a3acf42939bdcd0212ec0dd148) [bug] fixed brace-style rule (closes #93) (@hadalin)
- [28524f7](https://github.com/buzinas/tslint-eslint-rules/commit/28524f76c7c7484065707fde41009781e34b951a) [lint] Neglected to change the walker name (@jmlopez-rod)
- [951a64c](https://github.com/buzinas/tslint-eslint-rules/commit/951a64cbb0c11070ab0fa26c2672cc0bed08e0e3) [bug] fixed valid-jsdoc rule (closes #100) (@jmlopez-rod)
- [28c5727](https://github.com/buzinas/tslint-eslint-rules/commit/28c57275aeb62d83e5df7d6f75dfd9c52b05d2bc) [feat] added object-curly-spacing rule (@jmlopez-rod)
- [cd64e4b](https://github.com/buzinas/tslint-eslint-rules/commit/cd64e4b3976ca3cb4e5cf814a8d88316a1d67c28) [lint] adding the rules from this project (@jmlopez-rod)
- [9395db6](https://github.com/buzinas/tslint-eslint-rules/commit/9395db6bd86a7edad252476feb1edd512264b9f7) [perf] adding `--lint` and `--no-lint` option to gulp (@jmlopez-rod)
- [fa1a5a5](https://github.com/buzinas/tslint-eslint-rules/commit/fa1a5a5ace62000f9df90158207983a0f3869165) [git] Ignoring auto generated files from IDE (@jmlopez-rod)
- [5af7668](https://github.com/buzinas/tslint-eslint-rules/commit/5af76683978b2c213c59e5a76511e51e0e3b1889) [perf] improved testing by running only a single rule (@jmlopez-rod)
- [a8830c4](https://github.com/buzinas/tslint-eslint-rules/commit/a8830c494be3a230ece30f5c9e21514b29bba44f) [fix] Add constructors as valid location for function declaration

@@ -17,0 +28,0 @@ - [2c092be](https://github.com/buzinas/tslint-eslint-rules/commit/2c092be7495401d68acf19c9b4c877f75ec734f8) [fix] add namespaces as valid location for function declaration

5

package.json
{
"name": "tslint-eslint-rules",
"version": "1.4.0",
"version": "1.5.0",
"description": "Improve your TSLint with the missing ESLint Rules",

@@ -34,3 +34,4 @@ "main": "index.js",

"mocha": "^2.5.3",
"typescript": "^1.8.10"
"typescript": "^1.8.10",
"yargs": "^5.0.0"
},

@@ -37,0 +38,0 @@ "dependencies": {

README.md

Sorry, the diff of this file is too big to display