mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:37:51 +02:00
Merge pull request #8388 from hyperlogic/feature/eslint-anon-func
eslintrc: accept spaces after function keyword in anonymous functions
This commit is contained in:
commit
a2c0d515e8
1 changed files with 1 additions and 1 deletions
|
@ -72,6 +72,6 @@ module.exports = {
|
||||||
"spaced-comment": ["error", "always", {
|
"spaced-comment": ["error", "always", {
|
||||||
"line": { "markers": ["/"] }
|
"line": { "markers": ["/"] }
|
||||||
}],
|
}],
|
||||||
"space-before-function-paren": ["error", {"anonymous": "always", "named": "never"}]
|
"space-before-function-paren": ["error", {"anonymous": "ignore", "named": "never"}]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue