Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
507c2927a4 | |||
700b1ff704 | |||
5a6483ec98 | |||
65d843d5c2 |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@valentineus/eslint-config",
|
"name": "@valentineus/eslint-config",
|
||||||
"version": "0.0.18",
|
"version": "0.0.20",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@valentineus/eslint-config",
|
"name": "@valentineus/eslint-config",
|
||||||
"version": "0.0.18",
|
"version": "0.0.20",
|
||||||
"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",
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
@ -252,7 +252,7 @@
|
|||||||
"objectDestructuring": true,
|
"objectDestructuring": true,
|
||||||
"parameter": true,
|
"parameter": true,
|
||||||
"propertyDeclaration": true,
|
"propertyDeclaration": true,
|
||||||
"variableDeclaration": true,
|
"variableDeclaration": false,
|
||||||
"variableDeclarationIgnoreFunction": false
|
"variableDeclarationIgnoreFunction": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -289,4 +289,4 @@
|
|||||||
"space-before-function-paren": [
|
"space-before-function-paren": [
|
||||||
"off"
|
"off"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user