react-native-macos/packages/eslint-plugin-specs
Blake Friedman a380ea55fb Summary: minor fix found in nightly logs from `Publish NPM` job (#43519)
Summary:
Minor fix to package.json which newer version of npm warn about when publishing, after running `npm pkg fix -ws` on the workspace.

{F1470070110}

## Changelog: [Internal] npm pkg fix -ws

Pull Request resolved: https://github.com/facebook/react-native/pull/43519

Test Plan: eyescloseddog

Reviewed By: cortinico

Differential Revision: D55012872

Pulled By: blakef

fbshipit-source-id: ff3c63a3eefaf56d369219a3d4b32d44d6d842c9
2024-03-18 08:29:10 -07:00
..
__tests__ Enable lint/sort-imports everywhere (#41334) 2023-11-06 12:59:38 -08:00
with-babel-register Enable lint/sort-imports everywhere (#41334) 2023-11-06 12:59:38 -08:00
README.md Add missing READMEs & Update package.json in all RN packages (#37090) 2023-04-28 04:26:20 -07:00
index.js '@emails' -> '@oncall' (*.js) 2022-09-21 20:47:05 -07:00
package.json Summary: minor fix found in nightly logs from `Publish NPM` job (#43519) 2024-03-18 08:29:10 -07:00
postpack.js Add postpack hook that undoes prepack 2022-07-29 03:56:23 -07:00
prepack.js fix npm lifecycle hook (#34273) 2022-07-26 06:47:51 -07:00
react-native-modules.js Throw Flow syntax errors instead of continuing to process the AST (#39035) 2023-11-08 01:33:42 -08:00

README.md

@react-native/eslint-plugin-specs

Version

Installation

yarn add --dev @react-native/eslint-plugin-specs

Note: We're using yarn to install deps. Feel free to change commands to use npm 3+ and npx if you like

Testing

To run the tests in this package, run the following commands from the React Native root folder:

  1. yarn to install the dependencies. You just need to run this once
  2. yarn jest packages/eslint-plugin-specs.