chore(lint): recognize Node performance global
Declare the runtime-provided performance API as read-only so the full release lint gate validates existing timing instrumentation without altering production behavior.
This commit is contained in:
parent
5079be718a
commit
c5350b6b60
@ -55,6 +55,7 @@ const nodeGlobals = {
|
|||||||
fetch: 'readonly',
|
fetch: 'readonly',
|
||||||
crypto: 'readonly',
|
crypto: 'readonly',
|
||||||
structuredClone: 'readonly',
|
structuredClone: 'readonly',
|
||||||
|
performance: 'readonly',
|
||||||
};
|
};
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user