1
0
Fork 0
mirror of https://github.com/Findus23/RadioStats.git synced 2024-09-19 16:03:48 +02:00
RadioStats/web/.eslintrc.json
Lukas Winkler 8ec826446b
datePicker
2018-02-09 16:09:29 +01:00

15 lines
188 B
JSON

{
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"rules": {
"semi": 2
},
"plugins": [
"html"
]
}