Add func-name rule to xo

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-01-22 18:09:20 +04:00
parent 2cf92654be
commit 30c2550162
+2 -1
View File
@@ -77,7 +77,8 @@
"js": "always"
}
],
"node/prefer-global/process": "off"
"node/prefer-global/process": "off",
"func-names": "off"
}
}
}