temps_reel/software/UserInterfaceWeb/dumby-app/.eslintrc.json

6 lines
83 B
JSON
Raw Normal View History

2018-08-27 16:39:49 +02:00
{
"extends": "airbnb-base",
"rules": {
"no-console":"error"
}
}