3 Commits

Author SHA1 Message Date
d604a6f373 update(project): Bump version
Signed-off-by: Valentin Popov <info@valentineus.link>
2020-02-20 11:51:57 +04:00
3dd60105f6 fix(typescript): no-untyped-public-signature
Signed-off-by: Valentin Popov <info@valentineus.link>
2020-02-20 11:51:22 +04:00
e3f0415e2b fix(eslint): max-len
Signed-off-by: Valentin Popov <info@valentineus.link>
2020-02-20 11:45:35 +04:00
3 changed files with 3 additions and 2 deletions

View File

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

View File

@ -177,6 +177,7 @@
"code": 180,
"comments": 72,
"ignoreComments": false,
"ignorePattern": "eslint*",
"ignoreRegExpLiterals": false,
"ignoreStrings": true,
"ignoreTemplateLiterals": true,

View File

@ -116,7 +116,7 @@
}
],
"@typescript-eslint/no-untyped-public-signature": [
"error",
"warn",
{
"ignoredMethods": [
"constructor"