{"_id":"eslint-formatter-kakoune","_rev":"3-bd99b07fa75066b5211111caeb0cbb45","name":"eslint-formatter-kakoune","description":"ESLint formatter for kakoune","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"eslint-formatter-kakoune","version":"1.0.0","description":"ESLint formatter for kakoune","main":"index.js","scripts":{},"repository":{"type":"git","url":"git+https://github.com/Delapouite/eslint-formatter-kakoune.git"},"keywords":["eslint","eslint-formatter","formatter","kakoune"],"author":{"name":"Delapouite","email":"delapouite@gmail.com","url":"http://delapouite.com"},"license":"ISC","bugs":{"url":"https://github.com/Delapouite/eslint-formatter-kakoune/issues"},"homepage":"https://github.com/Delapouite/eslint-formatter-kakoune#readme","gitHead":"1989c3ca84f605381b0e61efbc515378d8bb5a2c","_id":"eslint-formatter-kakoune@1.0.0","_shasum":"a95cc4fe1fbc06b84e0f2397e83f5f0b68340125","_from":".","_npmVersion":"4.0.3","_nodeVersion":"7.2.1","_npmUser":{"name":"delapouite","email":"delapouite@gmail.com"},"dist":{"shasum":"a95cc4fe1fbc06b84e0f2397e83f5f0b68340125","tarball":"https://registry.npmjs.org/eslint-formatter-kakoune/-/eslint-formatter-kakoune-1.0.0.tgz","integrity":"sha512-Uk/TVLt6Nf6Xoz7C1iYuZjOSdJxe5aaauGRke8JhKeJwD66Y61/pY2FjtLP04Ooq9PwV34bzrkKkU2UZ5FtDRA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBvPL59ucmBZLSHRusHiUu1pDBSUU/L/BVkuKKM5+444AiBRfkWPsMnQsXNl87yWqTBofGjjCQKEez7mOf9Nqrhfdw=="}]},"maintainers":[{"name":"delapouite","email":"delapouite@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-formatter-kakoune-1.0.0.tgz_1481739437366_0.2643333503510803"}}},"readme":"# ESLint formatter for kakoune\n\n[ESLint](http://eslint.org) formatter that follows [kakoune](https://github.com/mawww/kakoune/blob/master/rc/base/lint.kak) format:\n\n```\n{filename}:{line}:{column}: {kind}: {message}\n```\n\n## Install\n\n```sh\n$ npm install --save-dev eslint-formatter-kakoune\n```\n\n## Usage\n\n### ESLint CLI\n\n```\n$ eslint --format=node_modules/eslint-formatter-kakoune file.js\n```\n\nIn your `kakrc`:\n\n```\nhook global WinSetOption filetype=javascript %{\n  set buffer lintcmd 'eslint --format=node_modules/eslint-formatter-kakoune'\n  lint-enable\n  lint\n}\n```\n\nYou may add more hooks to trigger the lint command on save.\n","maintainers":[{"name":"delapouite","email":"delapouite@gmail.com"}],"time":{"modified":"2022-06-17T20:24:04.683Z","created":"2016-12-14T18:17:19.263Z","1.0.0":"2016-12-14T18:17:19.263Z"},"homepage":"https://github.com/Delapouite/eslint-formatter-kakoune#readme","keywords":["eslint","eslint-formatter","formatter","kakoune"],"repository":{"type":"git","url":"git+https://github.com/Delapouite/eslint-formatter-kakoune.git"},"author":{"name":"Delapouite","email":"delapouite@gmail.com","url":"http://delapouite.com"},"bugs":{"url":"https://github.com/Delapouite/eslint-formatter-kakoune/issues"},"license":"ISC","readmeFilename":"README.md"}