Skip to content

Commit 1d77027

Browse files
authored
Update no-jquery-methods.md
1 parent 1c23e94 commit 1d77027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/rules/no-jquery-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ const BLACKLIST = [
1818
];
1919

2020
rules: {
21-
'ember-best-practices/no-jquery-methods': [2, [BLACKLIST]]
21+
'ember-best-practices/no-jquery-methods': [2, BLACKLIST]
2222
}
2323
```

0 commit comments

Comments
 (0)