GithubHelp home page GithubHelp logo

ttionya / linter Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1 MB

Linter and Prettier's profile repository.

License: ISC License

JavaScript 69.37% TypeScript 29.94% Shell 0.08% Smarty 0.61%
eslint eslint-config prettier prettier-config stylelint stylelint-config

linter's People

Contributors

dependabot[bot] avatar ttionya avatar

Watchers

 avatar  avatar

linter's Issues

Rules are outdated

{
  "typescript": {
    "missing": {
      "description": "Rules that should exist in the project but are missing.",
      "descriptionCN": "项目中应该存在但是缺少的规则。",
      "expected": false,
      "list": [
        "@typescript-eslint/lines-around-comment"
      ]
    }
  }
}

Rules are outdated

{ "typescript": { "deprecated": { "description": "Deprecated rules that should not exist in the project.", "descriptionCN": "项目中不应该存在的被废弃的规则。", "expected": false, "list": [ "@typescript-eslint/sort-type-union-intersection-members" ] }, "missing": { "description": "Rules that should exist in the project but are missing.", "descriptionCN": "项目中应该存在但是缺少的规则。", "expected": false, "list": [ "@typescript-eslint/no-unsafe-declaration-merging", "@typescript-eslint/sort-type-constituents" ] } } }

Rules are outdated

{
  "typescript": {
    "missing": {
      "description": "Rules that should exist in the project but are missing.",
      "descriptionCN": "项目中应该存在但是缺少的规则。",
      "expected": false,
      "list": [
        "@typescript-eslint/no-import-type-side-effects",
        "@typescript-eslint/no-mixed-enums"
      ]
    }
  }
}

Rules are outdated

{ "base": { "missing": { "description": "Rules that should exist in the project but are missing.", "descriptionCN": "项目中应该存在但是缺少的规则。", "expected": false, "list": [ "no-empty-static-block", "no-new-native-nonconstructor" ] } } }

Rules are outdated

{ "base": { "missing": { "description": "Rules that should exist in the project but are missing.", "descriptionCN": "项目中应该存在但是缺少的规则。", "expected": false, "list": [ "logical-assignment-operators" ] } } }

Rules are outdated

{
  "base": {
    "deprecated": {
      "description": "Deprecated rules that should not exist in the project.",
      "descriptionCN": "项目中不应该存在的被废弃的规则。",
      "expected": false,
      "list": [
        "lines-between-class-members",
        "max-statements-per-line",
        "no-extra-semi",
        "no-mixed-spaces-and-tabs",
        "no-new-object",
        "no-return-await",
        "padding-line-between-statements",
        "spaced-comment"
      ]
    },
    "missing": {
      "description": "Rules that should exist in the project but are missing.",
      "descriptionCN": "项目中应该存在但是缺少的规则。",
      "expected": false,
      "list": [
        "no-object-constructor",
        "unicode-bom"
      ]
    }
  },
  "typescript": {
    "deprecated": {
      "description": "Deprecated rules that should not exist in the project.",
      "descriptionCN": "项目中不应该存在的被废弃的规则。",
      "expected": false,
      "list": [
        "@typescript-eslint/lines-between-class-members",
        "@typescript-eslint/no-extra-semi",
        "@typescript-eslint/no-type-alias",
        "@typescript-eslint/padding-line-between-statements"
      ]
    },
    "missing": {
      "description": "Rules that should exist in the project but are missing.",
      "descriptionCN": "项目中应该存在但是缺少的规则。",
      "expected": false,
      "list": [
        "@typescript-eslint/adjacent-overload-signatures",
        "@typescript-eslint/class-methods-use-this",
        "@typescript-eslint/max-params",
        "@typescript-eslint/no-empty-function",
        "@typescript-eslint/no-inferrable-types",
        "@typescript-eslint/no-unsafe-unary-minus",
        "@typescript-eslint/no-useless-template-literals",
        "@typescript-eslint/prefer-destructuring",
        "@typescript-eslint/prefer-namespace-keyword"
      ]
    }
  }
}

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.