1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00
fab-manager/.eslintrc

8 lines
79 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-10-25 12:38:32 +02:00
}