1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 03:30:17 +02:00

[ticket/16775] Add gulpfile to xo linting

Disabled unicorn/prefer-module because it complained about default
gulpfile syntax.

PHPBB3-16775
This commit is contained in:
Marc Alexander
2021-05-16 11:32:30 +02:00
parent d73222e8a9
commit b24e05ffcb
2 changed files with 3 additions and 1 deletions

View File

@@ -48,7 +48,8 @@
"computed-property-spacing": "off",
"space-in-parens": "off",
"capitalized-comments": "off",
"no-lonely-if": "off"
"no-lonely-if": "off",
"unicorn/prefer-module": "off"
},
"env": [
"es6",