@ark120202/typescript-config
Advanced tools
Comparing version 1.5.0 to 2.0.0
@@ -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" | ||
} | ||
} |
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
2157
2
7
57
1