パッケージの詳細

@appium/eslint-config-appium-ts

appium15.7kApache-2.02.0.5

Shared ESLint config for Appium projects (TypeScript version)

eslint, eslintconfig, appium, typescript

readme

@appium/eslint-config-appium-ts

Provides a reusable ESLint shared configuration for Appium and Appium-adjacent projects.

NPM version Downloads

Usage

Install the package:

npm install @appium/eslint-config-appium-ts --save-dev

And then, in your eslint.config.mjs file, extend the configuration:

import appiumConfig from '@appium/eslint-config-appium-ts';

export default [
  ...appiumConfig,
  // add any other config changes 
];

Notes

  • This configuration is intended to be used alongside Prettier.

License

Copyright © 2023 OpenJS Foundation. Licensed Apache-2.0

更新履歴

Aggregate Changelog

The Appium monorepo 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

Drivers / Clients

Refer to the Appium Ecosystem page for links to driver/client documentation

Plugins

Other Modules

Removed Modules

The changelog links used for these modules lead to the last version of their changelog file.