Skip to content
This repository was archived by the owner on May 16, 2020. It is now read-only.

Commit 968978a

Browse files
fix: broken atlauncher plugin in eslint config
1 parent 0892c1e commit 968978a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config-atlauncher/rules/plugin-atlauncher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
rules: {
33
// warn when not using jsdoc unless function name matches one in the ignore list
4-
'atlauncher/require-jsdoc': ['warn', {
4+
'@atlauncher/atlauncher/require-jsdoc': ['warn', {
55
require: {
66
FunctionDeclaration: true,
77
MethodDefinition: true,

0 commit comments

Comments
 (0)