mirror of
https://github.com/appium/appium.git
synced 2026-02-21 10:49:52 -06:00
- appium@2.16.0 - @appium/base-driver@9.16.0 - @appium/base-plugin@2.3.1 - @appium/docutils@1.0.30 - @appium/driver-test-support@0.7.5 - @appium/eslint-config-appium-ts@1.0.3 - @appium/execute-driver-plugin@4.0.2 - @appium/fake-driver@5.7.1 - @appium/fake-plugin@3.2.1 - @appium/images-plugin@3.0.28 - @appium/opencv@3.0.8 - @appium/plugin-test-support@0.3.50 - @appium/schema@0.8.0 - @appium/support@6.0.4 - @appium/test-support@3.1.4 - @appium/types@0.25.0 - @appium/universal-xml-plugin@1.0.28
@appium/eslint-config-appium-ts
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-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
];
Peer Dependencies
This config requires the following packages be installed (as peer dependencies) in your project. See the package.json for the required versions.
- eslint
- eslint-config-prettier
- eslint-plugin-import
- eslint-plugin-mocha
- eslint-plugin-promise
- @typescript-eslint/eslint-plugin
- @typescript-eslint/parser
Notes
- This configuration is intended to be used alongside Prettier.
License
Copyright © 2023 OpenJS Foundation. Licensed Apache-2.0