main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
483 bytes
|
Rev | Line | |
---|
[d565449] | 1 | {
|
---|
| 2 | "name": "eslint-plugin-react-refresh",
|
---|
| 3 | "description": "Validate that your components can safely be updated with fast refresh",
|
---|
| 4 | "version": "0.4.9",
|
---|
| 5 | "author": "Arnaud Barré (https://github.com/ArnaudBarre)",
|
---|
| 6 | "license": "MIT",
|
---|
| 7 | "repository": "github:ArnaudBarre/eslint-plugin-react-refresh",
|
---|
| 8 | "main": "index.js",
|
---|
| 9 | "keywords": [
|
---|
| 10 | "eslint",
|
---|
| 11 | "eslint-plugin",
|
---|
| 12 | "react",
|
---|
| 13 | "react-refresh",
|
---|
| 14 | "fast refresh"
|
---|
| 15 | ],
|
---|
| 16 | "peerDependencies": {
|
---|
| 17 | "eslint": ">=7"
|
---|
| 18 | }
|
---|
| 19 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.