- Linting (ESLint): Add xdomain file to ignore file
- Fix (i18n): Regression in last commit with locales and apostrophe values - npm: Avoid adding config files to ignore file - npm: Bump to 3.0.0-rc.2 - Build: Update build
This commit is contained in:
@@ -50,6 +50,9 @@ console.log(`${output}\nTotal failures found: ${total}.\n`);
|
||||
|
||||
function reduceFalseMatches (file, res) {
|
||||
switch (file) {
|
||||
case 'editor/xdomain-svgedit-config-iife.js': // Ignore
|
||||
res.line = [];
|
||||
break;
|
||||
case 'editor/external/dynamic-import-polyfill/importModule.js':
|
||||
res.line = res.line.filter((line) => {
|
||||
return ![
|
||||
|
||||
Reference in New Issue
Block a user