@bmatei/eslint-config
Advanced tools
Comparing version 1.0.20 to 1.0.21
@@ -0,1 +1,8 @@ | ||
## [1.0.21](https://github.com/bfmatei/eslint-config/compare/v1.0.20...v1.0.21) (2020-03-26) | ||
### Bug Fixes | ||
* update dependencies ([235dd1a](https://github.com/bfmatei/eslint-config/commit/235dd1ae56a51eb046823499d4ae4a1b3d2ca202)) | ||
## [1.0.20](https://github.com/bfmatei/eslint-config/compare/v1.0.19...v1.0.20) (2020-03-22) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@bmatei/eslint-config", | ||
"version": "1.0.20", | ||
"description": "Configurations for ESLint", | ||
"version": "1.0.21", | ||
"description": "Configurations for ESLint.", | ||
"author": "Bogdan Matei <bogdan@matei.dev>", | ||
@@ -10,2 +10,3 @@ "license": "MIT", | ||
"scripts": { | ||
"prettify": "prettier --write \"./**/*.{json,yaml,yml}\"", | ||
"semantic-release": "semantic-release" | ||
@@ -17,6 +18,6 @@ }, | ||
"husky": "4.2.3", | ||
"lint-staged": "10.0.8", | ||
"prettier": "2.0.1", | ||
"lint-staged": "10.0.9", | ||
"prettier": "2.0.2", | ||
"semantic-release": "17.0.4" | ||
} | ||
} |
@@ -7,3 +7,3 @@ # ESLint Configuration | ||
- `eslint-config-prettier` - 6.10.1 | ||
- `prettier` - 2.0.1 | ||
- `prettier` - 2.0.2 | ||
- `@typescript-eslint/eslint-plugin` - 2.24.0 | ||
@@ -188,2 +188,3 @@ - `@typescript-eslint/eslint-plugin-tslint` - 2.24.0 | ||
- `@typescript-eslint/brace-style` - disabled - Prettier | ||
- `@typescript-eslint/class-literal-property-style` - disabled since we don't want to enforce a particular style | ||
- `@typescript-eslint/comma-spacing` - disabled - Prettier | ||
@@ -190,0 +191,0 @@ - `@typescript-eslint/func-call-spacing` - disabled - Prettier |
Sorry, the diff of this file is not supported yet
42891
221