{"_id":"@amalia-oss/eslint-plugin","_rev":"1-f445aecd44d200fde86c7adaaebf99a1","name":"@amalia-oss/eslint-plugin","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.0":{"name":"@amalia-oss/eslint-plugin","version":"1.0.0","license":"MIT","repository":{"type":"git","url":"git+https://github.com/amalia-oss/packages.git"},"bugs":{"url":"https://github.com/amalia-oss/packages/issues"},"description":"Custom ESLint rules","peerDependencies":{"eslint":">= 8","tslib":"2.3.0"},"main":"./src/index.js","types":"./src/index.d.ts","gitHead":"0555570f5f20f14cccbcd28acc18bf45aa66cff2","homepage":"https://github.com/amalia-oss/packages#readme","_id":"@amalia-oss/eslint-plugin@1.0.0","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"integrity":"sha512-BH/953eWkbIcUX5kOG9WOcYqeZyQ+qXP+WfZzMrqW22xzth2UP9Myzf65nKSxnN8zD1WqyKrhZF1MnaUcApy4Q==","shasum":"f3250ea8a979bf1746c2f638e9c3095df514ac80","tarball":"https://registry.npmjs.org/@amalia-oss/eslint-plugin/-/eslint-plugin-1.0.0.tgz","fileCount":8,"unpackedSize":12329,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEs8FVRWcwuXMUmgRc2iFL+glPmtFdjJqWB8xoJpBYYtAiB7BnL0CELV3Ys13KJ6b6aJEyx66Mvu0ZZtmB5vshD1UQ=="}]},"_npmUser":{"name":"svc-tech-amalia-io","email":"tech@amalia.io"},"directories":{},"maintainers":[{"name":"svc-tech-amalia-io","email":"tech@amalia.io"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin_1.0.0_1686650263516_0.5686815706666246"},"_hasShrinkwrap":false},"1.0.1":{"name":"@amalia-oss/eslint-plugin","version":"1.0.1","license":"MIT","repository":{"type":"git","url":"git+https://github.com/amalia-oss/packages.git"},"bugs":{"url":"https://github.com/amalia-oss/packages/issues"},"description":"Custom ESLint rules","peerDependencies":{"eslint":">= 6","tslib":"2.3.0"},"main":"./src/index.js","types":"./src/index.d.ts","gitHead":"a5388cd049586460d8c79a695ea8df9fb6869495","homepage":"https://github.com/amalia-oss/packages#readme","_id":"@amalia-oss/eslint-plugin@1.0.1","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"integrity":"sha512-HbuQZDTjs48rFNjEK0YncCl/oDttlF0Byuni+lAY/PO6gkLoE3GQOoogitO7AOu3x+HZcxEH9V7n//w11vAZow==","shasum":"ff57bafb502355c56b95eb5bec95a33ad9163e96","tarball":"https://registry.npmjs.org/@amalia-oss/eslint-plugin/-/eslint-plugin-1.0.1.tgz","fileCount":8,"unpackedSize":13328,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC+ZuvYp3WwFRbCpu8DQRowMxVUFSwTdZCkP0KmhBpYogIgG0ApswL/SbQHXcefLpKSB3uWWmwfx0J3KB/39Y05YYs="}]},"_npmUser":{"name":"svc-tech-amalia-io","email":"tech@amalia.io"},"directories":{},"maintainers":[{"name":"svc-tech-amalia-io","email":"tech@amalia.io"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin_1.0.1_1686655421376_0.08037834518298115"},"_hasShrinkwrap":false}},"time":{"created":"2023-06-13T09:57:43.453Z","1.0.0":"2023-06-13T09:57:43.627Z","modified":"2023-06-13T11:23:41.629Z","1.0.1":"2023-06-13T11:23:41.520Z"},"maintainers":[{"name":"svc-tech-amalia-io","email":"tech@amalia.io"}],"description":"Custom ESLint rules","homepage":"https://github.com/amalia-oss/packages#readme","repository":{"type":"git","url":"git+https://github.com/amalia-oss/packages.git"},"bugs":{"url":"https://github.com/amalia-oss/packages/issues"},"license":"MIT","readme":"# eslint-plugin\n\n[![version](https://img.shields.io/npm/v/@amalia-oss/eslint-plugin?style=for-the-badge&logo=npm&label=)](https://www.npmjs.com/package/@amalia-oss/eslint-plugin)\n\nCustom ESLint rules.\n\n## Install\n\n```\nnpm install --save-dev @amalia-oss/eslint-plugin\n```\n\n## Setup\n\nAdd `@amalia-oss` to your list of plugins in your ESLint configuration, and configure the rules you want.\n\n```json5\n{\n  plugins: ['@amalia-oss'],\n\n  rules: {\n    '@amalia-oss/object-property-newline': [\n      'warn',\n      { allowAllPropertiesOnSameLine: false },\n    ],\n  },\n}\n```\n\n## Rules\n\n| Rule name                             | Description                                                                                                                                                                                                                                                                                              | Default configuration                       |\n| ------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- |\n| `@amalia-oss/object-property-newline` | A replacement for ESLint's native [`object-property-newline`](https://eslint.org/docs/latest/rules/object-property-newline) rule, but taking the brackets into account for the [`allowAllPropertiesOnSameLine`](https://eslint.org/docs/latest/rules/object-property-newline#optional-exception) option. | `{ \"allowAllPropertiesOnSameLine\": false }` |\n","readmeFilename":"README.md"}