mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-22 12:11:58 +00:00
Disable some Vue rules in ESLint
This commit is contained in:
parent
32652df6e9
commit
8d3f94aa73
@ -32,6 +32,10 @@
|
||||
"allowElseIf": false
|
||||
}
|
||||
],
|
||||
"vue/component-definition-name-casing": "off",
|
||||
"vue/order-in-components": "off",
|
||||
"vue/require-prop-type-constructor": "off",
|
||||
"vue/require-default-prop": "off",
|
||||
"no-empty-function": "error",
|
||||
"no-eval": "error",
|
||||
"no-extra-bind": "error",
|
||||
|
Loading…
Reference in New Issue
Block a user