Skip to content

Commit 98a18c7

Browse files
authored
chore: Fixing codacy issues and lint warning (#3929)
1 parent 9384afe commit 98a18c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/deprecation-workflow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ window.deprecationWorkflow = window.deprecationWorkflow || {};
22
window.deprecationWorkflow.config = {
33
workflow: [
44
{ handler: 'silence', matchId: 'ember-routing.route-router' },
5-
{ handler: 'silence', matchId: 'ember-views.curly-components.jquery-element'} //Depreciating the jquery warnings until we have moved away from jquery or used native jquery in the app.
5+
{ handler: 'silence', matchId: 'ember-views.curly-components.jquery-element' } // Depreciating the jquery warnings until we have moved away from jquery or used native jquery in the app.
66
]
77
};

0 commit comments

Comments
 (0)