mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[oclazyload] Enable npm-naming rule (#47429)
This commit is contained in:
parent
29389af2db
commit
c1ecb0163a
@ -11,18 +11,6 @@
|
||||
"no-redundant-jsdoc": false,
|
||||
"no-reference-import": false,
|
||||
"no-var-keyword": false,
|
||||
"npm-naming": [
|
||||
true,
|
||||
{
|
||||
"errors": [
|
||||
[
|
||||
"NeedsExportEquals",
|
||||
false
|
||||
]
|
||||
],
|
||||
"mode": "code"
|
||||
}
|
||||
],
|
||||
"only-arrow-functions": false,
|
||||
"prefer-const": false,
|
||||
"prefer-method-signature": false,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user