Open RettentoRectangle opened 1 year ago
(node:64288) DeprecationWarning: "prefer-module-scope-constants" rule is using context.getScope(), which is deprecated and will be removed in ESLint v9. Please use sourceCode.getScope() instead.
context.getScope()
sourceCode.getScope()
Overview
(node:64288) DeprecationWarning: "prefer-module-scope-constants" rule is using
context.getScope()
, which is deprecated and will be removed in ESLint v9. Please usesourceCode.getScope()
instead.