{"_id":"@cognoa/eslint-config-default","_rev":"1-14c30e0c563b9634f3bf4c577081ee54","name":"@cognoa/eslint-config-default","dist-tags":{"latest":"2.8.4"},"versions":{"2.8.4":{"name":"@cognoa/eslint-config-default","publishConfig":{"access":"public"},"version":"2.8.4","description":"Default base config for eslint","main":"index.js","repository":{"type":"git","url":"git://github.com/cognoa/eslint-config-default.git"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1","postversion":"git commit -m \"Bump package version to $npm_package_version\" package.json; git flow release start $npm_package_version; git flow release finish -m $npm_package_version $npm_package_version; git checkout develop; git merge master","omitted-rules":"eslint-index .eslintrc.js -d -s omitted","disabled-rules":"eslint-index .eslintrc.js -d -s off","error-rules":"eslint-index .eslintrc.js -d -s error","warn-rules":"eslint-index .eslintrc.js -d -s warn"},"author":{"name":"Craig Hughes","email":"craig.npm@rungie.com"},"license":"BSD-3-Clause","dependencies":{"eslint-formatter-git-log":"^0.5.3","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-lodash":"^7.1.0","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-regexp":"^0.1.1","eslint-plugin-sonarjs":"^0.5.0"},"devDependencies":{"eslint":"^7.11.0","eslint-index":"^1.5.0"},"_id":"@cognoa/eslint-config-default@2.8.4","dist":{"shasum":"16cf71112722a6f8a399475c2ce8c63eb7a0e0f2","integrity":"sha512-1ZTpb8Mw31zTkNFqenOZ/anekiKwIhOiVmMZE7Lr/449H5vTGlv8kLgMP6VFvs83oTVYsBxxzoXQnBZrR4d/fw==","tarball":"https://registry.npmjs.org/@cognoa/eslint-config-default/-/eslint-config-default-2.8.4.tgz","fileCount":6,"unpackedSize":11643,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgFET/CRA9TVsSAnZWagAA3hMP/0QDE3rt3izfr80YVTCE\nUCbC9QJgiiik+gWpIWh7ndYcK8cOYC7LbDEZgqC4woBeYaMYYRCX96P4jLu7\n2JcAzXqXEYHuu25rKMTm6CkYOe6ljRCMT4CexneN8QMDWwYo3IGS/sp9Rzxa\nL2GYOr/8Jn0TYyM9Th1DM3OXGG8QsAnRXS0mTLOH0TGsXZwm3IrPOnBcG12L\n8hNgAfaflDtcIIM92RH3sSZ/Mz+M+TDBOUIySlTEaw8DbJYl4LISxJwAEsW+\n2i893fPYZykvOL6F0hzPEe9bXitOmamil9ghRr4fizDlzZ9dw2OPWdeIj2dv\n2BNCQR6VZZqABUUYyMed6ew4o97ygiQHLExU2d6LptqoaqKf207wsq5Y6LDP\n8SIEB8FDSUUg5wWCPfRF0E6mSzuXwCYzpvqkuKXQ0mQDQxNewSlNpTIX2RAs\n4Ji0jcBqleislK0j3vauFnyzV7/Tz92OQ+yPos2d61zMhZXqjGYU+22+eULT\nznFUcwQ/3hWXEE9auEPYy3KmnNbZo77RofojpvNK7vLRTul+NXQF2XsjruH5\nKS2liAvM9PD1Zu53VYg2IzA1epOXbG9NTJxSC7XTCX8Z7D5ueegScA/AL9lo\nt/fIuRhd8/mtB4f/am7dWWsgH+8eAPaIWyQG6ZWviEv978ornsogFVRiI9BD\npVqS\r\n=+NfZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD+3ItthTJ+xS8YX8PhvY8GuFuOtrhXTEhlwa0keAyuqgIgHqFhOc8NSFSq8f3RmVA0r1v+Eug49vuNnta6BfPz+YQ="}]},"_npmUser":{"name":"drewpink","email":"drew@cognoa.com"},"directories":{},"maintainers":[{"name":"ops-notifications","email":"ops-notifications@cognoa.com"},{"name":"drewpink","email":"drew@cognoa.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-config-default_2.8.4_1611941119403_0.11627716269950916"},"_hasShrinkwrap":false}},"time":{"created":"2021-01-29T17:25:19.165Z","2.8.4":"2021-01-29T17:25:19.645Z","modified":"2022-04-05T00:13:48.066Z"},"maintainers":[{"name":"ops-notifications","email":"ops-notifications@cognoa.com"},{"name":"drewpink","email":"drew@cognoa.com"}],"description":"Default base config for eslint","repository":{"type":"git","url":"git://github.com/cognoa/eslint-config-default.git"},"author":{"name":"Craig Hughes","email":"craig.npm@rungie.com"},"license":"BSD-3-Clause","readme":"Overview\n========\n\nThis is a default configuration set-up for how I like my ESLint to be set up.\n\n```\nnpm install eslint-config-default eslint eslint-plugin-promise\n```\n\nThen put this in .eslintrc:\n\n```\n'use strict';\n\nmodule.exports = {\n    'extends': '@cognoa/eslint-config-default',\n};\n```\n\nDeveloper\n---------\n\nIf you want to know which new rules might exist out there which aren't specified:\n\n```\nyarn omitted-rules\n```\n\nThese rules are turned off:\n\n```\nyarn disabled-rules\n```\n\nErrors:\n\n```\nyarn error-rules\n```\n\nand warnings:\n\n```\nyarn warn-rules\n```\n","readmeFilename":"README.md"}