eslint-formatter-arcanist

ESLint formatter that output ArcanistLintMessage

Usage no npm install needed!

<script type="module">
  import eslintFormatterArcanist from 'https://cdn.skypack.dev/eslint-formatter-arcanist';
</script>

README

ESLint Formatter for Arcanist

Node.js CI

This formatter translate ESLint JSON output to Arcanist so it can be used with any generic arc linter.

Usage

npm i -D eslint-formatter-arcanist

Then configure your eslint with -f arcanist. For more details check out https://eslint.org/docs/user-guide/formatters/