1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-02 07:20:47 +00:00
conky/web/cypress/.eslintrc.json
Brenden Matthews aacf2289de
Improve the web tests (#1430)
* Improve the web tests

* That's not portable

* Use regex here

* Set concurrency on web CI
2023-02-26 09:37:41 -05:00

8 lines
157 B
JSON

{
"extends": ["eslint:recommended", "plugin:cypress/recommended", "prettier"],
"plugins": ["cypress"],
"settings": {
"sort-imports": "error"
}
}