File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = {
11
11
} ,
12
12
13
13
/**
14
- * Executes the function to check if shorthand methods are used.
14
+ * Executes the function to check if shorthand event methods are used.
15
15
*
16
16
* @param {Object } context
17
17
* @returns {Object }
@@ -23,7 +23,7 @@ module.exports = {
23
23
24
24
return {
25
25
/**
26
- * Checks if deprecated functions are used and reports it .
26
+ * Checks if shorthand event methods are used.
27
27
*
28
28
* @param {Object } node - The node to check.
29
29
*/
Original file line number Diff line number Diff line change 4
4
"description" : " " ,
5
5
"main" : " eslint/.eslintrc" ,
6
6
"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"
8
8
},
9
9
"author" : " " ,
10
10
"license" : " ISC" ,
You can’t perform that action at this time.
0 commit comments