Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e73fec4

Browse files
committed
Change global to readonly.
1 parent c3485b7 commit e73fec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"plugin:github/typescript"
66
],
77
"globals": {
8-
"ImageCropElement": "readable"
8+
"ImageCropElement": "readonly"
99
}
1010
}

0 commit comments

Comments
 (0)