poll.horse/frontend/.eslintrc.json
Wolvan e9aaedb494 Implement auto update
Every 5 seconds the system attempts to fetch the most recent vote state
of the poll and display it to the user.
2022-01-06 20:44:29 +01:00

18 lines
403 B
JSON

{
"env": {
"browser": true,
"commonjs": false,
"es6": true,
"node": false
},
"globals": {
"MAX_POLL_OPTIONS": "readonly",
"MAX_CHARACTER_LENGTH": "readonly",
"POLL_VOTE_DATA_STRING": "readonly",
"POLL_BACKEND_URL": "readonly",
"POLL_ID": "readonly",
"textFit": "readonly",
"google": "readonly"
}
}