@appium/eslint-config-appium
v8.0.5
Published
Shared ESLint config for Appium projects
Downloads
11,285
Readme
@appium/eslint-config-appium
Provides a reusable ESLint shared configuration for Appium and Appium-adjacent projects.
Usage
Install the package with npm
v8 or newer:
npm install @appium/eslint-config-appium --save-dev
And then, in your .eslintrc
file, extend the configuration:
{
"extends": "@appium/eslint-config-appium"
}
Peer Dependencies
This config requires the following packages be installed (as peer dependencies) in your project. See the package.json
for the required versions.
Notes
- This configuration is intended to be used alongside Prettier.
- This package was previously published as
eslint-config-appium
.
License
Copyright © 2016 OpenJS Foundation. Licensed Apache-2.0