Skip to content

Commit c693feb

Browse files
committed
Delete extra files
1 parent 6f37d41 commit c693feb

File tree

4 files changed

+3
-702
lines changed

4 files changed

+3
-702
lines changed

config/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ module.exports = {
184184
'assertionStyle': 'as'
185185
}
186186
],
187-
'@typescript-eslint/no-explicit-any': 'error',
187+
'@typescript-eslint/no-explicit-any': ['error', { 'ignoreRestArgs': true }],
188188
'@typescript-eslint/no-namespace': [
189189
'error',
190190
{

packages/storage/rollup.config.exp.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
import json from 'rollup-plugin-json';
18+
import json from '@rollup/plugin-json';
1919
import typescriptPlugin from 'rollup-plugin-typescript2';
2020
import typescript from 'typescript';
2121
import pkgExp from './exp/package.json';
@@ -65,4 +65,4 @@ const browserBuilds = [
6565
];
6666

6767
// eslint-disable-next-line import/no-default-export
68-
export default [...nodeBuilds, ...browserBuilds];
68+
export default browserBuilds;

0 commit comments

Comments
 (0)