Skip to content

Commit 163844c

Browse files
Ease the no require rule to a warning
1 parent 67975bd commit 163844c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/pluggable-widgets-tools/configs/eslint.ts.base.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"@typescript-eslint/class-name-casing": "off",
4040
"@typescript-eslint/indent": "off",
4141
"@typescript-eslint/no-object-literal-type-assertion": "off",
42+
"@typescript-eslint/no-require-imports": "warn",
4243
"@typescript-eslint/no-use-before-define": "off",
4344
"@typescript-eslint/no-explicit-any": "off",
4445
"@typescript-eslint/no-var-requires": "warn",

0 commit comments

Comments
 (0)