1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/.eslintrc

14 lines
185 B
Plaintext
Raw Normal View History

2018-10-25 12:38:32 +02:00
{
2018-11-21 11:08:53 +01:00
"extends": "standard",
"rules": {
"semi": ["error", "always"]
2018-11-21 11:32:50 +01:00
},
"globals": {
"Application": true,
"angular": true,
2019-06-13 11:28:55 +02:00
"Fablab": true,
"moment": true,
2018-11-21 11:08:53 +01:00
}
2018-10-25 12:38:32 +02:00
}