1.0.0 • Published 9 years ago
eslint-formatter-kakoune v1.0.0
ESLint formatter for kakoune
ESLint formatter that follows kakoune format:
{filename}:{line}:{column}: {kind}: {message}Install
$ npm install --save-dev eslint-formatter-kakouneUsage
ESLint CLI
$ eslint --format=node_modules/eslint-formatter-kakoune file.jsIn your kakrc:
hook global WinSetOption filetype=javascript %{
set buffer lintcmd 'eslint --format=node_modules/eslint-formatter-kakoune'
lint-enable
lint
}You may add more hooks to trigger the lint command on save.
1.0.0
9 years ago