File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments