Ignores urls for eslint

This commit is contained in:
alschmiedt
2019-03-29 11:06:08 -07:00
parent 5b25843b98
commit ecd9c52fba

View File

@@ -33,7 +33,8 @@
"code": 100,
"tabWidth": 4,
"ignoreStrings": true,
"ignoreRegExpLiterals": true
"ignoreRegExpLiterals": true,
"ignoreUrls": true
}
],
"no-trailing-spaces": ["error", { "skipBlankLines": true }],