mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-04-25 15:36:31 -05:00
Enforce import order
This commit is contained in:
parent
c6091d822e
commit
9190a37e6d
|
|
@ -21,6 +21,9 @@ module.exports = {
|
|||
"vue/max-attributes-per-line": ["warn", { singleline: { max: 4 } }],
|
||||
"vue/html-self-closing": ["warn", { html: { void: "always" } }],
|
||||
|
||||
// Imports
|
||||
"import/order": "warn",
|
||||
|
||||
// JSDoc
|
||||
"jsdoc/require-jsdoc": "off",
|
||||
"jsdoc/require-returns": "off",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user