Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tslint-config-david-recommended

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-config-david-recommended - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

.npmignore

35

package.json
{
"name": "tslint-config-david-recommended",
"version": "1.0.9",
"version": "1.0.10",
"description": "A TSLint config for David recommended coding style",
"main": "tslint.js",
"main": "./build/index.js",
"author": "David Ng",
"license": "ISC",
"scripts": {
"test": "tslint -c tslint.json ./tslint.js",
"build": "tsc"
"test": "NODE_ENV=test; npm run lint && npm run build && grunt coverage",
"lint": "tslint -c ./tslint.json ./src/**/*.ts",
"build": "rm -rf ./build/ && tsc",
"postinstall": "npm run build"
},
"dependencies": {
"inversify": "^4.3.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"reflect-metadata": "^0.1.10",
"tslint": "^5.7.0",

@@ -24,10 +30,23 @@ "tslint-microsoft-contrib": "^5.0.1",

],
"files": [
"tslint.js",
"package.json"
],
"repository": {
"type": "git",
"url": "git://github.com/davidNHK/tslint-config-david-recommended.git"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/lodash": "^4.14.74",
"@types/mocha": "^2.2.43",
"@types/node": "^8.0.28",
"@types/sinon": "^2.3.4",
"chai": "^4.1.2",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-mocha-nyc": "^1.0.3",
"load-grunt-config": "^0.19.2",
"mocha": "^3.5.3",
"npm-check-updates": "^2.12.1",
"nyc": "^11.2.1",
"proxyquire": "^1.8.0",
"sinon": "^3.3.0"
}
}

@@ -1,3 +0,9 @@

A [TSLint config](https://palantir.github.io/tslint/usage/tslint-json/) for David recommended style which is extend from official tsline:recommended
# tslint config by David Ng
A [TSLint config](https://palantir.github.io/tslint/usage/tslint-json/) for David recommended style which is extend from official tsline:recommended
## TODO
1. Implement object-literal-sort-keys without case-check
2. Implement member-ordering with order by execution order from top to bottom
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc