1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-10-02 15:09:07 +00:00
conky/web/cypress/.eslintrc.json

8 lines
157 B
JSON
Raw Normal View History

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