Skip to content

Commit fcc5547

Browse files
CopilotNullVoxPopuli
authored andcommitted
Fix prettier formatting in strict rules files
Add trailing commas to match prettier style requirements.
1 parent 66149d3 commit fcc5547

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/strict-rules-gjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
* definitions, execute "npm run update"
66
*/
77
module.exports = {
8-
'ember/template-no-log': 'error'
8+
'ember/template-no-log': 'error',
99
};

lib/strict-rules-gts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
* definitions, execute "npm run update"
66
*/
77
module.exports = {
8-
'ember/template-no-log': 'error'
8+
'ember/template-no-log': 'error',
99
};

0 commit comments

Comments
 (0)