paysera / lib-arcanist-eslint-extension
Eslint arcanist extension
Installs: 1 389
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 11
Forks: 0
Open Issues: 0
Requires (Dev)
- phacility/arcanist: dev-master#5eda40337bb4135ca4929617602686302edc7cc0
- phacility/libphutil: dev-master#276f6d304b69767d48f88f65484ce310ee2cf3af
This package is auto-updated.
Last update: 2024-11-10 21:11:26 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