paysera/lib-arcanist-eslint-extension

There is no license information available for the latest version (1.1.1) of this package.

Eslint arcanist extension

1.1.1 2018-07-04 14:21 UTC

This package is auto-updated.

Last update: 2024-04-10 19:55:34 UTC


README

This library integrates ESLint as lint engine to arcanist. It allows developer to automatically run eslint on arc diff.

Before installing library

To automatically configure your .arcconfig and .arclint add "Paysera\\Composer\\ArcanistEslintExtensionConfigurator::configure" script to post-install-cmd and post-update-cmd or other scipts - just make sure this script is executed on composer install.

Installation

  • composer require --dev paysera/lib-arcanist-eslint-extension.
  • Make sure .arcconfig file contains following configurable default entries:
    • "load": ["vendor/paysera/lib-arcanist-eslint-extension/src"] There also can be more than one loadable linter in the array