feat(core-eslint): conformance plugin module + ./plugin export

This commit is contained in:
2026-05-12 23:23:20 +02:00
parent 3117df1c14
commit 8a2c8db955
2 changed files with 29 additions and 1 deletions

View File

@@ -6,7 +6,8 @@
"exports": {
"./base": "./base.js",
"./next": "./next.js",
"./react-internal": "./react-internal.js"
"./react-internal": "./react-internal.js",
"./plugin": "./plugin.js"
},
"scripts": {
"test": "vitest run --passWithNoTests"