mirror of
https://github.com/google/blockly.git
synced 2026-01-05 08:00:09 +01:00
Ignores urls for eslint
This commit is contained in:
@@ -33,7 +33,8 @@
|
||||
"code": 100,
|
||||
"tabWidth": 4,
|
||||
"ignoreStrings": true,
|
||||
"ignoreRegExpLiterals": true
|
||||
"ignoreRegExpLiterals": true,
|
||||
"ignoreUrls": true
|
||||
}
|
||||
],
|
||||
"no-trailing-spaces": ["error", { "skipBlankLines": true }],
|
||||
|
||||
Reference in New Issue
Block a user