Created
March 17, 2019 15:38
-
-
Save ShinyChang/60f3488565074b8dbb8bbee901f137d1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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