@lego/prettier-config
Advanced tools
Comparing version 1.9.0 to 1.10.4
@@ -6,2 +6,45 @@ # Change Log | ||
## [1.10.4](https://github.com/LEGO/linter-configs/compare/@lego/prettier-config@1.10.3...@lego/prettier-config@1.10.4) (2019-10-15) | ||
**Note:** Version bump only for package @lego/prettier-config | ||
## [1.10.3](https://github.com/LEGO/linter-configs/compare/@lego/prettier-config@1.10.2...@lego/prettier-config@1.10.3) (2019-09-30) | ||
**Note:** Version bump only for package @lego/prettier-config | ||
## [1.10.2](https://github.com/LEGO/linter-configs/compare/@lego/prettier-config@1.10.1...@lego/prettier-config@1.10.2) (2019-09-30) | ||
**Note:** Version bump only for package @lego/prettier-config | ||
## [1.10.1](https://github.com/LEGO/linter-configs/compare/@lego/prettier-config@1.10.0...@lego/prettier-config@1.10.1) (2019-09-30) | ||
**Note:** Version bump only for package @lego/prettier-config | ||
# [1.10.0](https://github.com/LEGO/linter-configs/compare/@lego/prettier-config@1.9.0...@lego/prettier-config@1.10.0) (2019-09-30) | ||
### Features | ||
* phase out tslint ([68fdc3f](https://github.com/LEGO/linter-configs/commit/68fdc3f)) | ||
## [1.8.1-alpha.6](https://github.com/LEGO/linter-configs/compare/@lego/prettier-config@1.8.1-alpha.5...@lego/prettier-config@1.8.1-alpha.6) (2019-06-21) | ||
@@ -8,0 +51,0 @@ |
{ | ||
"name": "@lego/prettier-config", | ||
"version": "1.9.0", | ||
"version": "1.10.4", | ||
"description": "LEGO shareable prettier config", | ||
@@ -31,4 +31,4 @@ "keywords": [ | ||
"clean": "rimraf ./lib && rimraf *.tsbuildinfo", | ||
"compile": "tsc -b ./tsconfig.package.json --verbose", | ||
"lint": "tslint --project tsconfig.package.json", | ||
"compile": "tsc -b ./tsconfig.json --verbose", | ||
"lint": "eslint ./src/**/*.{ts}", | ||
"prepublishOnly": "npm run build" | ||
@@ -40,7 +40,7 @@ }, | ||
"devDependencies": { | ||
"@types/node": "12.0.10", | ||
"@types/prettier": "1.16.4", | ||
"rimraf": "2.6.3", | ||
"tslint": "5.18.0", | ||
"typescript": "3.5.2" | ||
"@types/node": "12.7.8", | ||
"@types/prettier": "1.18.2", | ||
"rimraf": "3.0.0", | ||
"tslint": "5.20.0", | ||
"typescript": "3.6.3" | ||
}, | ||
@@ -50,3 +50,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "df11100ba5a172e2cf388baaa79059d78b77f1a5" | ||
"gitHead": "48fbbff8ffc38e4c8484042531949d880cb52e68" | ||
} |
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
6103