Skip to content

Instantly share code, notes, and snippets.

@Jiveloper

Jiveloper/ex.sh Secret

Last active October 29, 2022 09:51
Show Gist options
  • Save Jiveloper/bac44dfd8109526b333db4a54174200f to your computer and use it in GitHub Desktop.
Save Jiveloper/bac44dfd8109526b333db4a54174200f to your computer and use it in GitHub Desktop.
{
"plugins": ["wdio"],
"extends": ["eslint:recommended", "plugin:wdio/recommended"],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"env": {
"es6": true,
"mocha": true,
"node": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment