{"_id":"stylelint-config-styled-components","_rev":"5-1d2da62d74e51fa3bfe6f794d51ffe91","name":"stylelint-config-styled-components","description":"A shareable stylelint config for stylelint-processor-styled-components","dist-tags":{"latest":"0.1.1"},"versions":{"0.1.1":{"name":"stylelint-config-styled-components","version":"0.1.1","description":"A shareable stylelint config for stylelint-processor-styled-components","main":"index.js","greenkeeper":{"ignore":["stylelint-config-standard"]},"scripts":{"test":"jest"},"repository":{"type":"git","url":"git+https://github.com/styled-components/stylelint-config-styled-components.git"},"bugs":{"url":"https://github.com/styled-components/stylelint-config-styled-components/issues"},"homepage":"https://github.com/styled-components/stylelint-config-styled-components#readme","keywords":["stylelint","stylelint-config","styled-components"],"files":["index.js"],"author":{"name":"ismay"},"license":"MIT","devDependencies":{"jest":"^20.0.4","stylelint":"^8.0.0","stylelint-config-standard":"17.0.0"},"gitHead":"6600aad001c8737a667bc0a23d4dbf8028bc1006","_id":"stylelint-config-styled-components@0.1.1","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"ismay","email":"hello+npm@ismaywolff.nl"},"dist":{"integrity":"sha512-z5Xz/9GmvxO6e/DLzBMwkB85zHxEEjN6K7Cj80Bi+o/9vR9eS3GX3E9VuMnX9WLFYulqbqLtTapGGY28JBiy9Q==","shasum":"b408388d7c687833ab4be4c4e6522d97d2827ede","tarball":"https://registry.npmjs.org/stylelint-config-styled-components/-/stylelint-config-styled-components-0.1.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCW4YOfUOe0v93+yEwlVkA7+kvgM/9agftczJjEgMbCBgIhAIm6NyCgmDx5kwOKV6vPWdBporVB2inxQ9sPjyNB5kvX"}]},"maintainers":[{"name":"ismay","email":"hello+npm@ismaywolff.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-config-styled-components-0.1.1.tgz_1504003308171_0.33400194928981364"},"directories":{}}},"readme":"# `stylelint-config-styled-components`\n\nThe shareable stylelint config for [stylelint-processor-styled-components](https://github.com/styled-components/stylelint-processor-styled-components)\n\n[![npm version][version-badge]][version-url]\n[![build status][build-badge]][build-url]\n[![greenkeeper badge][greenkeeper-badge]][greenkeeper-url]\n\n## Why\n\nWhen using [stylelint-processor-styled-components](https://github.com/styled-components/stylelint-processor-styled-components)\na couple of stylelint rules throw errors that you cannot prevent. Like \n'[no-empty-source](https://stylelint.io/user-guide/rules/no-empty-source)' or \n'[no-missing-end-of-source-newline](https://stylelint.io/user-guide/rules/no-missing-end-of-source-newline)'.\n\nThis shareable config will automatically disable rules that cause unresolvable conflicts. Besides\nthose rules vendor prefixed [properties](https://stylelint.io/user-guide/rules/property-no-vendor-prefix)\nand [values](https://stylelint.io/user-guide/rules/value-no-vendor-prefix) will throw an error since\nstyled-components automatically generates vendor prefixes for your css. Note that if you want to\nchange any of these rules you can always override them in your stylelint config.\n\n## Installation\n\n```\nnpm install stylelint-config-styled-components --save-dev\n```\n\n## Usage\n\nAfter installing, add this config to your stylelint config like so:\n\n```\n{\n  \"extends\": \"stylelint-config-styled-components\"\n}\n```\n\nIf you're extending multiple shareable configs, put this config as the last so it overrides the relevant rules in all previous configs:\n\n```\n{\n  \"extends\": [\n    \"stylelint-config-standard\",\n    \"stylelint-config-styled-components\"\n  ]\n}\n```\n\nSee also https://stylelint.io/user-guide/configuration for documentation on the various ways\nstylelint can be configured.\n\n## License\n\n[MIT](http://ismay.mit-license.org/)\n\n[version-badge]: https://img.shields.io/npm/v/stylelint-config-styled-components.svg\n[version-url]: https://www.npmjs.com/package/stylelint-config-styled-components\n[build-badge]: https://travis-ci.org/styled-components/stylelint-config-styled-components.svg?branch=master\n[build-url]: https://travis-ci.org/styled-components/stylelint-config-styled-components\n[greenkeeper-badge]: https://badges.greenkeeper.io/styled-components/stylelint-config-styled-components.svg\n[greenkeeper-url]: https://greenkeeper.io/\n","maintainers":[{"email":"contact@mxstbr.com","name":"mxstbr"},{"email":"emil.goldsmith@gmail.com","name":"emilgoldsmith"}],"time":{"modified":"2023-08-15T12:11:44.554Z","created":"2017-08-29T10:41:49.060Z","0.1.1":"2017-08-29T10:41:49.060Z"},"homepage":"https://github.com/styled-components/stylelint-config-styled-components#readme","keywords":["stylelint","stylelint-config","styled-components"],"repository":{"type":"git","url":"git+https://github.com/styled-components/stylelint-config-styled-components.git"},"author":{"name":"ismay"},"bugs":{"url":"https://github.com/styled-components/stylelint-config-styled-components/issues"},"license":"MIT","readmeFilename":"README.md"}