We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
eslint-plugin-react-compiler
1 parent 71565a9 commit ebcd015Copy full SHA for ebcd015
compiler/packages/eslint-plugin-react-compiler/package.json
@@ -2,6 +2,7 @@
2
"name": "eslint-plugin-react-compiler",
3
"version": "0.0.0-experimental-e04a001-20240515",
4
"description": "ESLint plugin to display errors found by the React compiler.",
5
+ "main": "dist/index.js",
6
"scripts": {
7
"build": "rimraf dist && rollup --config --bundleConfigAsCjs",
8
"test": "tsc && jest"
0 commit comments