Skip to content
Extraits de code Groupes Projets
Valider c357d229 rédigé par Dennis Schubert's avatar Dennis Schubert Validation de GitHub
Parcourir les fichiers

Merge pull request #6868 from svbergerem/eslint-drop-max-nested-callbacks

Eslint drop max nested callbacks and add "=" marker to spaced comment
parents f9e04691 c1734fd8
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -79,7 +79,7 @@
"max-depth": 0,
"max-len": [1, {"code": 120, "ignoreUrls": true}],
"max-lines": 0,
"max-nested-callbacks": [2, {"max": 3}],
"max-nested-callbacks": 0,
"max-params": 0,
"max-statements": 0,
"max-statements-per-line": 0,
......@@ -242,7 +242,7 @@
"space-in-parens": [2, "never"],
"space-infix-ops": [2, {"int32Hint": true}],
"space-unary-ops": [2, {"words": true, "nonwords": false}],
"spaced-comment": [2, "always"],
"spaced-comment": [2, "always", {"markers": ["="]}],
"strict": 0,
"template-curly-spacing": 0,
"unicode-bom": 0,
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter