feat(eslint): Rule "new-cap"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -89,6 +89,14 @@
|
||||
"lines-around-directive": [
|
||||
"off"
|
||||
],
|
||||
"new-cap": [
|
||||
"error",
|
||||
{
|
||||
"capIsNew": true,
|
||||
"newIsCap": true,
|
||||
"properties": false
|
||||
}
|
||||
],
|
||||
"newline-after-var": [
|
||||
"off"
|
||||
],
|
||||
|
Reference in New Issue
Block a user