1.2.1 • Published 3 months ago

eslint-plugin-gathersg v1.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

How to use GatherSG ESLint plugin

{
  "parser": "@typescript-eslint/parser",
  "plugins": ["gathersg"],
  "rules": {
    "gathersg/icons": "off",
    "gathersg/acl-decorator": ["error", {
      "decorators": ["AutoRespond", "HasPermission"]
    }],
    "gathersg/controller-decorator-position": ["error", {
      "decorators": [{
        "name": "AutoRespond",
        "positionIdx": 1
      }]
    }]
  },
  "overrides": [{
    "files": "Icon.tsx",
    "rules": {
      "gathersg/icons": "error"
    }
  }]
}
1.2.0

3 months ago

1.2.1

3 months ago

1.1.1

3 months ago

1.1.0

3 months ago

1.1.2

3 months ago

1.0.0

5 months ago