2 Commits

Author SHA1 Message Date
5a6483ec98 Bump version
Signed-off-by: Valentin Popov <info@valentineus.link>
2020-06-18 12:09:05 +04:00
65d843d5c2 Corrected TypeScript rules
Signed-off-by: Valentin Popov <info@valentineus.link>
2020-06-18 12:07:33 +04:00
3 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@valentineus/eslint-config", "name": "@valentineus/eslint-config",
"version": "0.0.18", "version": "0.0.19",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@valentineus/eslint-config", "name": "@valentineus/eslint-config",
"version": "0.0.18", "version": "0.0.19",
"description": "Personal ESLint configuration", "description": "Personal ESLint configuration",
"main": "index.js", "main": "index.js",
"repository": "git@code.valentineus.link:eslint-config.git", "repository": "git@code.valentineus.link:eslint-config.git",

View File

@ -133,7 +133,7 @@
"error" "error"
], ],
"@typescript-eslint/no-unsafe-member-access": [ "@typescript-eslint/no-unsafe-member-access": [
"error" "warn"
], ],
"@typescript-eslint/no-unsafe-return": [ "@typescript-eslint/no-unsafe-return": [
"error" "error"
@ -167,7 +167,7 @@
"error" "error"
], ],
"@typescript-eslint/prefer-readonly-parameter-types": [ "@typescript-eslint/prefer-readonly-parameter-types": [
"error", "warn",
{ {
"checkParameterProperties": true "checkParameterProperties": true
} }