Skip to content

Instantly share code, notes, and snippets.

@ShinyChang
Created March 17, 2019 15:38
Show Gist options
  • Save ShinyChang/60f3488565074b8dbb8bbee901f137d1 to your computer and use it in GitHub Desktop.
Save ShinyChang/60f3488565074b8dbb8bbee901f137d1 to your computer and use it in GitHub Desktop.
{
"debug": true,
"show_panel_on_save": "view",
"linters": {
"eslint": {
"args": [
"--rule",
"import/no-unresolved: 0",
"--rule",
"import/no-cycle: 0",
"--rule",
"import/named: 0",
"--rule",
"import/no-named-as-default-member: 0",
"--rule",
"import/no-extraneous-dependencies: 0",
"--rule",
"import/no-duplicates: 0",
"--rule",
"import/extensions: 0",
"--rule",
"import/order: 0",
"--rule",
"import/no-self-import: 0",
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment