@excelwebzone/symfony-admin-ui
Version:
Symfony Admin UI is a simple set of UI behaviors and components used with your [symfony-admin](https://github.com/excelwebzone/symfony-admin-bundle) application.
19 lines (18 loc) • 341 B
Plain Text
{
"extends": "standard",
"env": {
"es6": true,
"browser": true,
},
"globals": {
"$": true
},
"rules": {
"semi": ["error", "always"],
"curly": "off",
"no-new": "off",
"no-useless-escape": "off",
"space-before-function-paren": ["error", "never"],
"operator-linebreak": ["error", "before"]
}
}