File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ stdlib_custom_eslint_rules_plugin_name := eslint-plugin-stdlib
2828stdlib_custom_eslint_rules_plugin_out := $(NODE_MODULES ) /$(stdlib_custom_eslint_rules_plugin_name )
2929
3030# Define the contents of the custom ESLint rules plugin `package.json`:
31- stdlib_custom_eslint_rules_plugin_package_json := '{"name":"@stdlib/ PLUGIN_NAME","version":"0.0.0","main":"index.js"}'
31+ stdlib_custom_eslint_rules_plugin_package_json := '{"name":"PLUGIN_NAME","version":"0.0.0","main":"index.js"}'
3232stdlib_custom_eslint_rules_plugin_package_json := $(subst PLUGIN_NAME,$(stdlib_custom_eslint_rules_plugin_name ) ,$(stdlib_custom_eslint_rules_plugin_package_json ) )
3333
3434# Define the build output prerequisites:
You can’t perform that action at this time.
0 commit comments