-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
All the repos of webdriverio, that I worked with, relies on ESLint (and some with .editorconfig) to format the files.
While this is a good way to enforce style consistency, there are still some gaps between the IDE formatting fallbacks and the present config.
This could be solved with 3 fixes:
- Adopt the full set of rules from
@stylistic/eslint-pluginwithcustomize()for example (docs) - Adopt
.editorconfigor other tools in all the repos (out of scope ofwebdriverio/eslint) for files that cannot be handled by ESLint (JSON, yaml, markdown, etc) - Document it in
CONTRIBUTING.mdof the repos: for example configure your IDE to run ESLint last (after Prettier or Biome for example)
If a maintainer can try a pre-release with a complete set of rules from @stylistic/eslint-plugin to measure the impact and adapt it accordingly 🙏
Metadata
Metadata
Assignees
Labels
No labels