1.4.0 • Published 8 months ago

eslint-plugin-gathersg v1.4.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 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.4.0

8 months ago

1.3.0

9 months ago

1.2.0

1 year ago

1.2.1

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.2

1 year ago

1.0.0

2 years ago