badness 0.5.0

A language server, formatter, and linter for LaTeX
1
2
3
4
5
6
7
8
9
10
11
12
# @badness/__NAME__

This is an internal platform-specific package containing a prebuilt
[badness](https://badness.dev/) binary for `__NAME__`.

You should not depend on it directly. Install
[`badness`](https://www.npmjs.com/package/badness) instead—it will pull in
the right binary for your platform automatically:

```sh
npm install -g badness
```