Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2021-07-27 16:54:26 +00:00
parent 6b0d45a5c6
commit cc1adb825a
4247 changed files with 144820 additions and 149530 deletions

View file

@ -5,4 +5,4 @@ module.exports = {
settings: {
'import/core-modules': ['electron'],
},
}
};

View file

@ -5,10 +5,10 @@
*/
module.exports = {
plugins: ['import'],
rules: { 'import/no-unresolved': 2
, 'import/named': 2
, 'import/namespace': 2
, 'import/default': 2
, 'import/export': 2,
},
}
rules: { 'import/no-unresolved': 2,
'import/named': 2,
'import/namespace': 2,
'import/default': 2,
'import/export': 2,
},
};

View file

@ -10,4 +10,4 @@ module.exports = {
},
},
},
}
};

View file

@ -15,4 +15,4 @@ module.exports = {
ecmaFeatures: { jsx: true },
},
}
};

View file

@ -25,4 +25,4 @@ module.exports = {
sourceType: 'module',
ecmaVersion: 2018,
},
}
};

View file

@ -9,4 +9,4 @@ module.exports = {
rules: {
'import/no-deprecated': 1,
},
}
};

View file

@ -2,7 +2,7 @@
* Adds `.jsx`, `.ts` and `.tsx` as an extension, and enables JSX/TSX parsing.
*/
var allExtensions = ['.ts', '.tsx', '.d.ts', '.js', '.jsx']
const allExtensions = ['.ts', '.tsx', '.d.ts', '.js', '.jsx'];
module.exports = {
@ -25,4 +25,4 @@ module.exports = {
// TypeScript compilation already ensures that named imports exist in the referenced module
'import/named': 'off',
},
}
};

View file

@ -9,4 +9,4 @@ module.exports = {
'import/no-named-as-default-member': 1,
'import/no-duplicates': 1,
},
}
};