@appium/eslint-config-appium-ts

1.0.4 • Public • Published

@appium/eslint-config-appium-ts

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

NPM version Downloads

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.

Notes

  • This configuration is intended to be used alongside Prettier.

License

Copyright © 2023 OpenJS Foundation. Licensed Apache-2.0

Package Sidebar

Install

npm i @appium/eslint-config-appium-ts

Homepage

appium.io

Weekly Downloads

2,911

Version

1.0.4

License

Apache-2.0

Unpacked Size

22.1 kB

Total Files

4

Last publish

Collaborators

  • jlipps
  • nick.mokhnach
  • kazucocoa
  • boneskull