1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-17 23:54:28 +01: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
}
}