Skip to content

Commit

Permalink
xo
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Dec 4, 2020
1 parent 35625de commit cd6ddef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ module.exports = {
{
files: ['*.vue'],
parser: 'vue-eslint-parser'
},
}
]
};
2 changes: 1 addition & 1 deletion test/integration/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ list.run()

process.exit(1);
})
// catch errors in last `.catch`
// Catch errors in last `.catch`
.catch(error => {
console.error(error);
process.exit(1);
Expand Down

0 comments on commit cd6ddef

Please sign in to comment.