Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
d604a6f373
|
|||
3dd60105f6
|
|||
e3f0415e2b
|
@ -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",
|
||||
|
@ -177,6 +177,7 @@
|
||||
"code": 180,
|
||||
"comments": 72,
|
||||
"ignoreComments": false,
|
||||
"ignorePattern": "eslint*",
|
||||
"ignoreRegExpLiterals": false,
|
||||
"ignoreStrings": true,
|
||||
"ignoreTemplateLiterals": true,
|
||||
|
@ -116,7 +116,7 @@
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/no-untyped-public-signature": [
|
||||
"error",
|
||||
"warn",
|
||||
{
|
||||
"ignoredMethods": [
|
||||
"constructor"
|
||||
|
Reference in New Issue
Block a user