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

@ark120202/typescript-config

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ark120202/typescript-config - npm Package Compare versions

Comparing version 1.5.0 to 2.0.0

dota/lua.json

4

base.json

@@ -11,3 +11,2 @@ {

"types": [],
"plugins": [{ "name": "typescript-tslint-plugin", "ignoreDefinitionFiles": true }],

@@ -20,5 +19,4 @@ "allowSyntheticDefaultImports": true,

"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noImplicitThis": true
"noFallthroughCasesInSwitch": true
}
}
{
"name": "@ark120202/typescript-config",
"version": "1.5.0",
"version": "2.0.0",
"description": "TypeScript config for ark120202",
"repository": "https://github.com/ark120202/typescript-config.git",
"license": "MIT",
"author": "ark120202",
"license": "MIT",
"files": [
"dota",
"node",
"web",
"base.json"
],
"scripts": {
"lint": "prettier --check **/*.{md,yml,json}"
},
"prettier": {
"printWidth": 100,
"proseWrap": "always",
"singleQuote": true,
"trailingComma": "all"
},
"devDependencies": {
"prettier": "^1.17.0"
},
"peerDependencies": {
"tslib": "*",
"typescript": "^3.0.1",
"typescript-tslint-plugin": "*"
"typescript": "^3.0.1"
}
}
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