@lego/tslint-config
Advanced tools
Comparing version 3.0.0 to 4.0.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [4.0.0](https://github.com/LEGO/linter-configs/compare/@lego/tslint-config@3.0.0...@lego/tslint-config@4.0.0) (2020-06-30) | ||
### chore | ||
* bump versions ([4564c17](https://github.com/LEGO/linter-configs/commit/4564c17473ff6509b4e7be6379e498c0912afc02)) | ||
### BREAKING CHANGES | ||
* Some rules removed and/or renamed | ||
# [3.0.0](https://github.com/LEGO/linter-configs/compare/@lego/tslint-config@2.10.4...@lego/tslint-config@3.0.0) (2020-06-02) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@lego/tslint-config", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "LEGO shareable tslint config for ts projects", | ||
@@ -20,6 +20,2 @@ "keywords": [ | ||
"author": "Vincent Briglia <vincent.briglia@lego.com>", | ||
"files": [ | ||
"lib", | ||
"src" | ||
], | ||
"main": "./lib/index.js", | ||
@@ -30,2 +26,6 @@ "types": "./lib/index.d.ts", | ||
}, | ||
"files": [ | ||
"lib", | ||
"src" | ||
], | ||
"scripts": { | ||
@@ -35,7 +35,7 @@ "build": "npm run clean && npm run compile", | ||
"compile": "tsc -b ./tsconfig.json --verbose", | ||
"lint": "eslint . --ext .tsx,.ts", | ||
"lint": "eslint ./src/**/*.{ts}", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@lego/tslint-config-prettier": "2.0.0", | ||
"@lego/tslint-config-prettier": "3.0.0", | ||
"lodash.omit": "4.5.0", | ||
@@ -48,8 +48,8 @@ "prettier": "2.0.5", | ||
"devDependencies": { | ||
"@lego/eslint-config-typescript": "4.0.0", | ||
"@lego/eslint-config-typescript": "5.0.0", | ||
"@types/isomorphic-fetch": "0.0.35", | ||
"@types/jsdom": "16.2.3", | ||
"@types/lodash.omit": "4.5.6", | ||
"@types/node": "14.0.9", | ||
"chalk": "4.0.0", | ||
"@types/node": "14.0.14", | ||
"chalk": "4.1.0", | ||
"idx": "2.5.6", | ||
@@ -60,3 +60,3 @@ "isomorphic-fetch": "2.2.1", | ||
"ts-node": "8.10.2", | ||
"typescript": "3.9.3" | ||
"typescript": "3.9.5" | ||
}, | ||
@@ -69,3 +69,3 @@ "engines": { | ||
}, | ||
"gitHead": "c40c12467fc5e0211d869961a4c63c95f96ebcce" | ||
"gitHead": "d45e058abad9c439673ad964d630744304ebc8e8" | ||
} |
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
83261
+ Added@lego/prettier-config@3.0.0(transitive)
+ Added@lego/tslint-config-prettier@3.0.0(transitive)
- Removed@lego/prettier-config@2.0.0(transitive)
- Removed@lego/tslint-config-prettier@2.0.0(transitive)