Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@appium/eslint-config-appium-ts

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appium/eslint-config-appium-ts

Shared ESLint config for Appium projects (TypeScript version)

latest
Source
npmnpm
Version
2.0.3
Version published
Weekly downloads
2.1K
-33.31%
Maintainers
4
Weekly downloads
 
Created
Source

@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

Keywords

eslint

FAQs

Package last updated on 08 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts