1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-14 23:18:21 +00:00
Files
frontend/test/.eslintrc
2021-09-29 23:34:52 +00:00

9 lines
98 B
Plaintext

{
"env": {
"mocha": true
},
"rules": {
"import/no-extraneous-dependencies": 0
}
}