Skip to content

Commit 05b2fdc

Browse files
committed
AC-391: Static test to cover "deprecated" jQuery methods
- Fixed CR issues
1 parent 8bf94b6 commit 05b2fdc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eslint/rules/jquery-no-event-shorthand.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
},
1212

1313
/**
14-
* Executes the function to check if shorthand methods are used.
14+
* Executes the function to check if shorthand event methods are used.
1515
*
1616
* @param {Object} context
1717
* @returns {Object}
@@ -23,7 +23,7 @@ module.exports = {
2323

2424
return {
2525
/**
26-
* Checks if deprecated functions are used and reports it.
26+
* Checks if shorthand event methods are used.
2727
*
2828
* @param {Object} node - The node to check.
2929
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "eslint/.eslintrc",
66
"scripts": {
7-
"eslint": "./node_modules/.bin/eslint -c eslint/.eslintrc-jquery --rulesdir eslint/rules"
7+
"eslint": "./node_modules/.bin/eslint -c eslint/.eslintrc --rulesdir eslint/rules"
88
},
99
"author": "",
1010
"license": "ISC",

0 commit comments

Comments
 (0)