Allow Node APIs for server add-ons

Reviewed By: antonk52

Differential Revision: D34386916

fbshipit-source-id: b2484dff15b0a1b0d08f8b0b2e17916d037570c8
This commit is contained in:
Andrey Goncharov
2022-02-28 03:50:34 -08:00
committed by Facebook GitHub Bot
parent dcfc84cce6
commit 673bb9135e

View File

@@ -203,6 +203,10 @@ module.exports = {
},
{
files: ['plugins/**/*.ts', 'plugins/**/*.tsx'],
excludedFiles: [
'plugins/**/serverAddOn.ts',
'plugins/**/serverAddOn.tsx',
],
rules: {
'no-restricted-imports': [
'error',