Skip to content

Commit

Permalink
'@emails' -> '@oncall' (*.js)
Browse files Browse the repository at this point in the history
Differential Revision: D39684030

fbshipit-source-id: 69f281e9e630334ca405a92f75b659795d9ad3e1
  • Loading branch information
Drizzlecrj authored and facebook-github-bot committed Sep 22, 2022
1 parent 59f25da commit 41c6c69
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @emails react_native
* @format
* @oncall react_native
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-specs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @emails react_native
* @format
* @oncall react_native
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-specs/react-native-modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @emails react_native
* @format
* @oncall react_native
*/

'use strict';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @emails react_native
* @format
* @oncall react_native
*/

const path = require('path');
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-specs/with-babel-register/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @emails react_native
* @format
* @oncall react_native
*/

const babel = require('@babel/core');
Expand Down

0 comments on commit 41c6c69

Please sign in to comment.