noVNC/tests/.eslintrc
Juanjo Diaz 651c23ece3 Use fat arrow functions const foo = () => { ... }; for callbacks
and any other function that is passed around and it's not a top level function
2018-07-12 19:06:57 +02:00

12 lines
168 B
Plaintext

{
"env": {
"node": true,
"mocha": true
},
"globals": {
"chai": true
},
"rules": {
"prefer-arrow-callback": 0
}
}