eslint-formatter-lsif
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

eslint-formatter-lsif

npm downloads build code style: prettier semantic-release

LSIF exporter for ESLint. Outputs diagnostics.

Install

npm install --save-dev eslint-formatter-lsif
# or
yarn add --dev eslint-formatter-lsif

Usage

eslint 'src/**/*.ts' -f lsif -o dump.lsif

Build

yarn
yarn build

Release

Releases are done automatically in CI when commits are merged into master by analyzing Conventional Commit Messages. After running yarn, commit messages will be linted automatically when committing though a git hook. The git hook can be circumvented for fixup commits with git's fixup! autosquash feature, or by passing --no-verify to git commit. You may have to rebase a branch before merging to ensure it has a proper commit history, or squash merge with a manually edited commit message that conforms to the convention.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    5
    • latest

Version History

Package Sidebar

Install

npm i eslint-formatter-lsif

Weekly Downloads

9

Version

1.0.3

License

Apache-2.0

Unpacked Size

26.5 kB

Total Files

7

Last publish

Collaborators

  • felixfbecker