@tinkoff/eslint-config-angular
Advanced tools
Comparing version 1.0.0-rc.6 to 1.0.0-rc.7
@@ -5,2 +5,9 @@ # Change Log | ||
## 1.0.0-rc.7 (2020-06-25) | ||
- Feat/eslint config to js (#49) ([0275f63](https://github.com/TinkoffCreditSystems/linters/commit/0275f63)), closes [#49](https://github.com/TinkoffCreditSystems/linters/issues/49) | ||
- test(eslint-config,eslint-config-react,eslint-config-angular): add healthz tests (#46) ([e1c4bc4](https://github.com/TinkoffCreditSystems/linters/commit/e1c4bc4)), closes [#46](https://github.com/TinkoffCreditSystems/linters/issues/46) | ||
- v1.0.0-rc.6 (#47) ([7f8c347](https://github.com/TinkoffCreditSystems/linters/commit/7f8c347)), closes [#47](https://github.com/TinkoffCreditSystems/linters/issues/47) | ||
- feat(eslint-plugin-tinkoff): split eslint-plugin-tinkoff (#45) ([50d14b1](https://github.com/TinkoffCreditSystems/linters/commit/50d14b1)), closes [#45](https://github.com/TinkoffCreditSystems/linters/issues/45) | ||
## 1.0.0-rc.6 (2020-06-17) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@tinkoff/eslint-config-angular", | ||
"version": "1.0.0-rc.6", | ||
"version": "1.0.0-rc.7", | ||
"description": "Tinkoff ESLint configs for Angular apps", | ||
@@ -12,21 +12,10 @@ "license": "Apache-2.0", | ||
"scripts": { | ||
"build": "tsc", | ||
"watch": "tsc -w", | ||
"test": "jest --clearCache && jest", | ||
"test:watch": "npm run test -- --watch", | ||
"lint": "eslint --ext .jsx,.js,.ts,.tsx --ignore-path .eslintignore .", | ||
"lint": "eslint --ignore-path .eslintignore .", | ||
"lint:fix": "npm run lint -- --fix", | ||
"prelint:ci": "npm run build", | ||
"pretest:ci": "npm run build", | ||
"preversion": "npm run build", | ||
"build:prod": "npm run build", | ||
"build:watch": "npm run watch", | ||
"test:ci": "npm run test", | ||
"lint:ci": "npm run lint" | ||
}, | ||
"main": "lib/index.js", | ||
"files": [ | ||
"lib", | ||
"src" | ||
], | ||
"main": "index.js", | ||
"author": { | ||
@@ -41,9 +30,9 @@ "name": "Tinkoff Team", | ||
"devDependencies": { | ||
"@tinkoff/eslint-config": "^1.0.0-rc.6" | ||
"@tinkoff/eslint-config": "^1.0.0-rc.7" | ||
}, | ||
"peerDependencies": { | ||
"@typescript-eslint/eslint-plugin": ">=3", | ||
"eslint": ">=7", | ||
"eslint-plugin-import": ">=2.20", | ||
"eslint-plugin-sort-class-members": ">=1.7" | ||
"@typescript-eslint/eslint-plugin": "^3.3.0", | ||
"eslint": "7.2.0", | ||
"eslint-plugin-import": "^2.21.2", | ||
"eslint-plugin-sort-class-members": "^1.7.0" | ||
}, | ||
@@ -53,3 +42,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "4d470be75768caf18c9d83c1afaeae5e412437d9" | ||
"gitHead": "9f0903bfc617a8280d6a662ee4b094583601f172" | ||
} |
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
14534
11
42