Skip to content

Instantly share code, notes, and snippets.

@Kirill255
Last active May 30, 2018 19:03
Show Gist options
  • Save Kirill255/1ad28630abf2795d6a876ee30b9ad1ac to your computer and use it in GitHub Desktop.
Save Kirill255/1ad28630abf2795d6a876ee30b9ad1ac to your computer and use it in GitHub Desktop.
"import/first": [ "warn", "DISABLE-absolute-first" ],
"vue/html-self-closing": "off",
'vue/max-attributes-per-line': [2,
{
'singleline': 1,
'multiline': {
'max': 1,
'allowFirstLine': true
}
}
],
"no-console": 0,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment