tslint-formatter-kakoune

1.1.0 • Public • Published

tslint-formatter-kakoune

TSLint formatter that follows kakoune format:

{filename}:{line}:{column}: {kind}: {message}

Installation

Using npm:

npm install --save-dev tslint-formatter-kakoune

Usage

TSLint CLI:

tslint --formatters-dir ./node_modules/tslint-formatter-kakoune -t kakoune -p .

In your kakrc:

hook global WinSetOption filetype=typescript %{
  set buffer lintcmd 'tslint --config tslint.json --formatters-dir ./node_modules/tslint-formatter-kakoune -t kakoune'
  lint-enable
  lint
}

You may add more hooks to trigger the lint command on save.

Package Sidebar

Install

npm i tslint-formatter-kakoune

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

3.02 kB

Total Files

5

Last publish

Collaborators

  • abuffseagull