Skip to content

Commit 33cb78a

Browse files
fix: 🐛 output format set to 'stylish'
Closes: #16
1 parent 1d87563 commit 33cb78a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ module.exports = {
88
'node': true,
99
},
1010

11+
// Define the cli output format
12+
'format': 'stylish',
13+
1114
// Define a TS enabled parser
1215
// NOTE: Even though we aren't enforcing any TypeScript rules here, this is still needed so that ESLint can understand `.ts` files
1316
'parser': '@typescript-eslint/parser',

0 commit comments

Comments
 (0)