frontend/test/.eslintrc
Bram Kragten 1bccbd4173
Use browser default time and number formatting with polyfills if needed (#9481)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-09-29 23:34:52 +00:00

9 lines
98 B
Plaintext

{
"env": {
"mocha": true
},
"rules": {
"import/no-extraneous-dependencies": 0
}
}