Skip to content

Commit

Permalink
update eslint.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Jan 3, 2025
1 parent 27b3d2c commit e41e1ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import appiumConfig from '@appium/eslint-config-appium-ts';

export default appiumConfig;
export default [
... appiumConfig,
];

0 comments on commit e41e1ca

Please sign in to comment.