Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  .eslintrc.js   Sprache: JAVA

 
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */


"use strict";

module.exports = {
  rules: {
    // Enforce return statements in callbacks of array methods.
    "array-callback-return""error",

    // Require default case in switch statements.
    "default-case""error",

    // Disallow use of alert(), confirm(), and prompt().
    "no-alert""error",

    // Disallow likely erroneous `switch` scoped lexical declarations in
    // case/default clauses.
    "no-case-declarations""error",

    // Disallow constant expressions in conditions (except for loops).
    "no-constant-condition": ["error", { checkLoops: false }],

    // Disallow extending of native objects.
    "no-extend-native""error",

    // Disallow use of assignment in return statement.
    "no-return-assign": ["error""always"],

    // Disallow template literal placeholder syntax in regular strings.
    "no-template-curly-in-string""error",

    // Disallow unmodified loop conditions.
    "no-unmodified-loop-condition""error",

    // No expressions where a statement is expected
    "no-unused-expressions""error",

    // Require "use strict" to be defined globally in the script.
    strict: ["error""global"],

    // Disallow Yoda conditions.
    yoda: ["error""never"],
  },
};

Messung V0.5
C=95 H=99 G=96

¤ Dauer der Verarbeitung: 0.1 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge