mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-15 09:44:04 +00:00
aacf2289de
* Improve the web tests * That's not portable * Use regex here * Set concurrency on web CI
8 lines
157 B
JSON
8 lines
157 B
JSON
{
|
|
"extends": ["eslint:recommended", "plugin:cypress/recommended", "prettier"],
|
|
"plugins": ["cypress"],
|
|
"settings": {
|
|
"sort-imports": "error"
|
|
}
|
|
}
|