Skip to content
  • This project
    • Loading...
  • Sign in

杨俊 / spread_im

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • spread_im
  • .eslintrc
  • huhai's avatar
    im相关改造 · 6425bbce
    6425bbce Browse Files
    huhai authored 2022-09-09 14:15:09 +0800
.eslintrc 362 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{
  "root": true,
  "env": {
    "node": true
  },
  "extends": [
    "plugin:vue/essential",
    "eslint:recommended"
  ],
  "rules": {
    "no-console": 'off',
    // "quotes": ["error", "single"],
    // "semi": ["error","never"],
    "space-before-blocks": "error",
    "space-unary-ops": "error"
  },
  "parserOptions": {
    "parser": "babel-eslint"
  }
}