cyberstammtisch-silverstripe/themes/starter/.eslintrc

12 lines
169 B
Text
Raw Normal View History

2021-10-20 11:45:30 +00:00
{
"extends": "airbnb",
"rules": {
"func-names": "off"
},
"env": {
"browser": true,
"node": true,
"jasmine": true
}
}