1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +12:00
budibase/packages/worker/.eslintrc

12 lines
144 B
Plaintext
Raw Normal View History

{
"globals": {
"emit": true,
"key": true
},
"env": {
"node": true
},
"extends": ["eslint:recommended"],
"rules": {
}
}