Skip to content

Commit 8fbb524

Browse files
committed
Fix plugin name
1 parent f6fdf95 commit 8fbb524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/lib/init/eslint.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ stdlib_custom_eslint_rules_plugin_name := eslint-plugin-stdlib
2828
stdlib_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"}'
3232
stdlib_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:

0 commit comments

Comments
 (0)