mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-15 17:47:09 +00:00
8 lines
157 B
JSON
8 lines
157 B
JSON
|
{
|
||
|
"extends": ["eslint:recommended", "plugin:cypress/recommended", "prettier"],
|
||
|
"plugins": ["cypress"],
|
||
|
"settings": {
|
||
|
"sort-imports": "error"
|
||
|
}
|
||
|
}
|