包详细信息

@appium/eslint-config-appium

appium6.8kApache-2.08.0.5

Shared ESLint config for Appium projects

eslint, eslintconfig, appium

自述文件

@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

更新日志

Aggregate Changelog

Appium contains many different modules and supports a variety of drivers, plugins and clients, most of which have their own changelogs. Links to these individual changelogs are aggregated here.

Main Appium Module

Appium Drivers / Clients / Plugins

  • Refer to the Appium Ecosystem page for links to specific driver/client/plugin documentation
  • Changelogs for plugins maintained by Appium Team are also linked in the Other Modules section below

Other Appium Modules