1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-17 07:47:28 -06:00
paricafe/.eslintrc
2018-02-21 02:53:34 +09:00

19 lines
376 B
Text

{
"parserOptions": {
"parser": "typescript-eslint-parser"
},
"extends": [
"eslint:recommended",
"plugin:vue/recommended"
],
"rules": {
"vue/require-v-for-key": false,
"vue/max-attributes-per-line": false,
"vue/html-indent": false,
"vue/html-self-closing": false,
"vue/no-unused-vars": false,
"no-console": 0,
"no-unused-vars": 0,
"no-empty": 0
}
}