Giter Site home page Giter Site logo

templateofeslint's Introduction

TamplateOfEslinte

{
  "extends": "next/core-web-vitals",
  "rules": {
    "for-direction": "error",
    "no-await-in-loop": "error",
    "no-class-assign": "error",
    "no-compare-neg-zero": "error",
    "no-cond-assign": "error",
    "no-constant-binary-expression": "error",
    "no-constant-condition": "error",
    "no-constructor-return": "error",
    "no-control-regex": "error",
    "no-const-assign": "error",
    "no-dupe-args": "error",
    "no-dupe-class-members": "error",
    "no-dupe-else-if": "error",
    "no-dupe-keys": "error",
    "no-duplicate-case": "error",
    "no-duplicate-imports": "error",
    "no-empty-pattern": "error",
    "no-ex-assign": "error",
    "no-invalid-regexp": "error",
    "no-irregular-whitespace": "error",
    "no-promise-executor-return": "error",
    "no-self-assign": "error",
    "no-template-curly-in-string": "error",
    "no-undef": "error",
    "no-unreachable": "error",
    "no-unreachable-loop": "error",
    "no-unsafe-negation": "error",
    "no-unused-vars": "error",
    "no-use-before-define": "error",
    "require-atomic-updates": "error",
    "use-isnan": "error",
    "block-scoped-var": "error",
    "camelcase": "error",
    "capitalized-comments": "error",
    "complexity": ["error", 3],
    "eqeqeq": "error",
    "func-name-matching": "error",
    "grouped-accessor-pairs": "error",
    "guard-for-in": "error",
    "id-denylist": [
      "error",
      "data",
      "err",
      "e",
      "cb",
      "callback",
      "never",
      "always",
      "warn"
    ],
    "id-length": "error",
    "no-empty": "error",
    "no-eval": "error",
    "no-label-var": "error",
    "no-lone-blocks": "error",
    "no-multi-str": "error",
    "no-script-url": "error",
    "no-shadow": "error",
    "no-shadow-restricted-names": "error",
    "no-undef-init": "error",
    "no-underscore-dangle": "error",
    "no-unused-expressions": "error",
    "no-var": "error",
    "prefer-const": "error",
    "prefer-destructuring": "error",
    "prefer-exponentiation-operator": "error",
    "prefer-spread": "error",
    "prefer-template": "error",
    "require-yield": "error"
  }
}

templateofeslint's People

Contributors

k0uzer avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.