poll.horse/frontend/.eslintrc.json
Wolvan dca2cc3eeb Create results page
The page displays the amount of votes, percentage and bars for quick
visual comparison, as well as a pie chart created with google charts.
2022-01-06 19:52:53 +01:00

16 lines
332 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",
"textFit": "readonly",
"google": "readonly"
}
}