diff --git a/desktop/pkg/.eslintrc.js b/desktop/pkg/.eslintrc.js new file mode 100644 index 000000000..d97c11ef0 --- /dev/null +++ b/desktop/pkg/.eslintrc.js @@ -0,0 +1,15 @@ +/** + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + * + * @format + */ + +module.exports = { + rules: { + 'node/no-sync': 'off', + 'flipper/no-console-error-without-context': 'off', + }, +};