{"_id":"@code-quality/stylelint-base-config","_rev":"1-d2e42aec369bbcfa6ed9e9ae50c47b47","name":"@code-quality/stylelint-base-config","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@code-quality/stylelint-base-config","description":"The base style lint config you have been looking for.","version":"1.0.0","repository":{"type":"git","url":"git+https://github.com/code-quality-resources/stylelint-base-config.git"},"main":"index.js","publishConfig":{"access":"public"},"engines":{"node":">=12","npm":">=6"},"devDependencies":{"@code-quality/commitlint-config":"1.1.0","@code-quality/semantic-release-config":"1.0.1","husky":"4.2.5","semantic-release":"17.0.7"},"peerDependencies":{"prettier":">=1.18.2","stylelint":">=11.0.0"},"keywords":["config","stylelint","styled-components"],"gitHead":"9cce85a0e4aababa5859a6327a06bbdc950b2089","bugs":{"url":"https://github.com/code-quality-resources/stylelint-base-config/issues"},"homepage":"https://github.com/code-quality-resources/stylelint-base-config#readme","_id":"@code-quality/stylelint-base-config@1.0.0","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"integrity":"sha512-zDV8qVvsS/j22T8a+lEBHRRHUtZ8wE+GRX0GqgDAaV69YqRNy3jhTfzcRlymQUgC5dn1juw9Jkna4MwVI4I6/w==","shasum":"0d0752d3ea152d6ae0dde004fe955c0c9c71cafe","tarball":"https://registry.npmjs.org/@code-quality/stylelint-base-config/-/stylelint-base-config-1.0.0.tgz","fileCount":10,"unpackedSize":7256,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesD5WCRA9TVsSAnZWagAAyv0P/1BNjmvDcclA46x5yQPT\no5Ym9CI9AC4D1kfcJm3V4Ub0R4A2EDMu0KShWXXqqqytoVZwkPvVxpK9in7I\ndpZu4mXpCvNofX7FEB+Q5uf4SPED7On9tcMTURsVjucaswq1435DMzYmsnEE\n4EhbbFqVeaMAWtq2VqG9UlAPx9GYU7b/KGqs4svIc0pWjvvX+ScdydcGmYda\nNohJGNn+YLb7LXaQRultaZA6qwrU7ivT0J5uggnlLssUFPqj8lTanB4JHqaY\nubzL7sAJE5ruTCU7QdCxIQc79Rrpj11pD8TtcItiS8/xJpG6D4+SmrKgD02O\ndX0PnSUMeG1m1Ljk2ZhcIV8+pHCuuZXyrel2KN5YXjvB1RjGpkwaMKESMEXN\nIP6RQ2hkgDopQidPjo81h7QYoorxkkoT/HXKc/78gWejwBH9Pm2NdqVUqSOs\n7YsCB9bMuFtLKtBPMimEJvjSrCPDd5iJGtLj0A/NmR+zz5tLPDYBptWKq+aQ\njJ+oOOVeJHNFcwjyvOX87+Pzw8no2QEQ/65JsDhiofyMdsWHId4mTZGjgqNS\nww4l2werqziFl865KHcnwsnqdtZMR8/ItowRZVvT03r3bTLO7u3whkBIs155\nF2G+nWDfh21xLew3fLWTkW1YC2k1fANVMkNKiOagrEYvZg9BYVZQkoEcQv8h\nFEZP\r\n=6vjb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEMCHxMa3pHSEryppEt2PIIWhkNvkq8epmkLi+t1g2C+Fb0CIApBP0nnIX6nSnIqj1PYoQ7ti1eALMhILRbkE6yvGShW"}]},"maintainers":[{"name":"michal.jarnot","email":"m.jarnot@yahoo.com"}],"_npmUser":{"name":"michal.jarnot","email":"m.jarnot@yahoo.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stylelint-base-config_1.0.0_1588608597940_0.75244850021739"},"_hasShrinkwrap":false}},"time":{"created":"2020-05-04T16:09:57.697Z","1.0.0":"2020-05-04T16:09:58.243Z","modified":"2022-04-04T23:57:22.248Z"},"maintainers":[{"name":"michal.jarnot","email":"m.jarnot@yahoo.com"}],"description":"The base style lint config you have been looking for.","homepage":"https://github.com/code-quality-resources/stylelint-base-config#readme","keywords":["config","stylelint","styled-components"],"repository":{"type":"git","url":"git+https://github.com/code-quality-resources/stylelint-base-config.git"},"bugs":{"url":"https://github.com/code-quality-resources/stylelint-base-config/issues"},"readme":"[![Actions Status](https://github.com/code-quality-resources/stylelint-base-config/workflows/CI/badge.svg)](https://github.com/code-quality-resources/stylelint-base-config/actions?query=workflow%3A%22CI%22)\n\n# StyleLint Base Config\n\n[**stylelint**](https://github.com/stylelint/stylelint) modern linter that helps you avoid errors and enforce conventions in your styles.\n\n## Install\n\n```sh\nyarn add stylelint @code-quality/stylelint-base-config -D\n```\n\n## Usage\n\nThe shareable config can be configured in the [**stylelint** configuration file](https://github.com/stylelint/stylelint/blob/master/docs/user-guide/configuration.md):\n\nCreate a _.stylelintrc.js_ file with the following contents:\n\n```js\nmodule.exports = {\n  extends: [\n    '@code-quality/stylelint-base-config',\n  ],\n}\n```\n","readmeFilename":"README.md"}