misc_pterodactyl-panel/.eslintrc

12 lines
221 B
Text
Raw Normal View History

2018-09-23 21:58:09 +00:00
{
"parser": "babel-eslint",
"plugins": ["html"],
2018-09-23 21:58:09 +00:00
"extends": ["vue"],
"rules": {
"semi": "off",
"indent": ["error", 4],
"comma-dangle": ["error", "always-multiline"],
"no-unused-vars": "warn"
2018-09-23 21:58:09 +00:00
}
}