1
0
mirror of https://github.com/TheGreyDiamond/Enlight.git synced 2025-12-16 23:10:45 +01:00
Files
Enlight/enlight/test/.eslintrc
2020-11-24 17:11:39 +01:00

12 lines
138 B
Plaintext

{
"env": {
"mocha": true
},
"globals": {
"assert": true,
"expect": true,
"should": true,
"__static": true
}
}