forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename eslint-plugin-codegen to eslint-plugin-specs (facebook#32698)
Summary: Pull Request resolved: facebook#32698 Changelog: [Internal] - Renaming the eslint-plugin-codegen to eslint-plugin-specs as a better descriptor for this package. Part of the plan is to publish as a public npm package Reviewed By: RSNara Differential Revision: D32777702 fbshipit-source-id: 7776c481871031dba1280d87fb76b777ecc23339
- Loading branch information
1 parent
8e49658
commit bfc6392
Showing
9 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
packages/eslint-plugin-codegen/package.json → packages/eslint-plugin-specs/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "@react-native/eslint-plugin-codegen", | ||
"name": "@react-native/eslint-plugin-specs", | ||
"version": "0.0.1", | ||
"description": "ESLint rules to validate NativeModule and Component Specs", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:facebook/react-native.git", | ||
"directory": "packages/eslint-plugin-codegen" | ||
"directory": "packages/eslint-plugin-specs" | ||
}, | ||
"dependencies": { | ||
"@babel/core": "^7.14.0", | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.