mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[grunt/eslint] fix argument spacing
This commit is contained in:
parent
1224b1829a
commit
6fa2c6cad0
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ const OPTION_DEFAULTS = {
|
|||
};
|
||||
|
||||
module.exports = grunt => {
|
||||
grunt.registerMultiTask('eslint',function () {
|
||||
grunt.registerMultiTask('eslint', function () {
|
||||
const options = this.options(OPTION_DEFAULTS);
|
||||
|
||||
if (!options.paths) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue