@darraghor/eslint-plugin-nestjs-typed 3.21.0 → 3.21.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -32,6 +32,7 @@ Nest Swagger
32
32
  - api-property-matches-property-optionality
33
33
  - controllers-should-supply-api-tags
34
34
  - api-method-should-specify-api-response
35
+ - api-method-should-specify-api-operation
35
36
  - api-enum-property-best-practices
36
37
  - api-property-returning-array-should-set-array
37
38
 
@@ -6,5 +6,5 @@ const utils_1 = require("@typescript-eslint/utils");
6
6
  // eslint-disable-next-line @typescript-eslint/no-var-requires, unicorn/prefer-module
7
7
  //const {version} = require("../../package.json");
8
8
  // eslint-disable-next-line new-cap
9
- exports.createRule = utils_1.ESLintUtils.RuleCreator((name) => `https://github.com/darraghoriordan/eslint-plugin-nestjs-typed/main/src/docs/rules/${name}.md`);
10
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3JlYXRlUnVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy91dGlscy9jcmVhdGVSdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBLG9EQUFxRDtBQUVyRCxzSEFBc0g7QUFDdEgscUZBQXFGO0FBQ3JGLGtEQUFrRDtBQUNsRCxtQ0FBbUM7QUFDdEIsUUFBQSxVQUFVLEdBQUcsbUJBQVcsQ0FBQyxXQUFXLENBQzdDLENBQUMsSUFBSSxFQUFFLEVBQUUsQ0FDTCxxRkFBcUYsSUFBSSxLQUFLLENBQ3JHLENBQUMifQ==
9
+ exports.createRule = utils_1.ESLintUtils.RuleCreator((name) => `https://github.com/darraghoriordan/eslint-plugin-nestjs-typed/blob/main/src/docs/rules/${name}.md`);
10
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3JlYXRlUnVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy91dGlscy9jcmVhdGVSdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBLG9EQUFxRDtBQUVyRCxzSEFBc0g7QUFDdEgscUZBQXFGO0FBQ3JGLGtEQUFrRDtBQUNsRCxtQ0FBbUM7QUFDdEIsUUFBQSxVQUFVLEdBQUcsbUJBQVcsQ0FBQyxXQUFXLENBQzdDLENBQUMsSUFBSSxFQUFFLEVBQUUsQ0FDTCwwRkFBMEYsSUFBSSxLQUFLLENBQzFHLENBQUMifQ==
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darraghor/eslint-plugin-nestjs-typed",
3
- "version": "3.21.0",
3
+ "version": "3.21.2",
4
4
  "description": "Eslint rules for nestjs projects",
5
5
  "scripts": {
6
6
  "clean": "rm -Rf ./dist/",