Skip to content

Instantly share code, notes, and snippets.

@ryanjohnston
Last active September 14, 2018 12:23
Show Gist options
  • Save ryanjohnston/47b78e07eadbca5a80cd7430839a2a8d to your computer and use it in GitHub Desktop.
Save ryanjohnston/47b78e07eadbca5a80cd7430839a2a8d to your computer and use it in GitHub Desktop.
[dev ๐Ÿ›  linting snippets] Suggestions and tips for Linting files #frontend
{
"rules": {
"no-dead-link": {
"checkRelative": false,
"baseURI": null,
"ignore": [
"https://appleid.apple.com/#!&page=signin",
"https://account.live.com",
"https://www.linkedin.com/",
"https://web.skype.com/en/",
"https://app.box.com/files/0/f/0",
"https://onedrive.live.com/?id=root&cid=EC52C2D3D5781169"
],
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment