We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d87563 commit 33cb78aCopy full SHA for 33cb78a
ci.js
@@ -8,6 +8,9 @@ module.exports = {
8
'node': true,
9
},
10
11
+ // Define the cli output format
12
+ 'format': 'stylish',
13
+
14
// Define a TS enabled parser
15
// NOTE: Even though we aren't enforcing any TypeScript rules here, this is still needed so that ESLint can understand `.ts` files
16
'parser': '@typescript-eslint/parser',
0 commit comments