diff --git a/desktop/babel-transformer/.eslintrc.js b/desktop/babel-transformer/.eslintrc.js new file mode 100644 index 000000000..b94fb5bca --- /dev/null +++ b/desktop/babel-transformer/.eslintrc.js @@ -0,0 +1,14 @@ +/** + * 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', + }, +}; diff --git a/desktop/doctor/.eslintrc.js b/desktop/doctor/.eslintrc.js new file mode 100644 index 000000000..b94fb5bca --- /dev/null +++ b/desktop/doctor/.eslintrc.js @@ -0,0 +1,14 @@ +/** + * 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', + }, +}; diff --git a/desktop/eslint-plugin-flipper/.eslintrc.js b/desktop/eslint-plugin-flipper/.eslintrc.js new file mode 100644 index 000000000..b94fb5bca --- /dev/null +++ b/desktop/eslint-plugin-flipper/.eslintrc.js @@ -0,0 +1,14 @@ +/** + * 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', + }, +};