@appium/eslint-config-appium-ts
Version:
Shared ESLint config for Appium projects (TypeScript version)
34 lines (21 loc) • 1.03 kB
Markdown
# @appium/eslint-config-appium-ts
> Provides a reusable [ESLint](http://eslint.org/) [shared configuration](http://eslint.org/docs/developer-guide/shareable-configs) for [Appium](https://github.com/appium/appium) and Appium-adjacent projects.
[](https://npmjs.org/package/@appium/eslint-config-appium-ts)
[](https://npmjs.org/package/@appium/eslint-config-appium-ts)
## Usage
Install the package:
```bash
npm install @appium/eslint-config-appium-ts --save-dev
```
And then, in your `eslint.config.mjs` file, extend the configuration:
```js
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](https://www.npmjs.com/package/prettier).
## License
Copyright © 2023 OpenJS Foundation. Licensed Apache-2.0