Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dev dependencies #358

Merged
merged 5 commits into from
Jul 22, 2021
Merged

Upgrade dev dependencies #358

merged 5 commits into from
Jul 22, 2021

Conversation

kamiazya
Copy link
Owner

  • migrate to eslint from tslint
  • upgrade to jest@27
  • upgrade to prettier@2
  • build with rollup

@kamiazya kamiazya added enhancement New feature or request dependencies Pull requests that update a dependency file labels Jul 22, 2021
],
};

export default options;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'export' is only available in ES6 (use 'esversion: 6').

import typescript from 'rollup-plugin-typescript2';

/** @type {import('rollup').RollupOptions} */
const options = {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).

@@ -0,0 +1,25 @@
import typescript from 'rollup-plugin-typescript2';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'import' is only available in ES6 (use 'esversion: 6').

@kamiazya kamiazya merged commit ebf45d4 into master Jul 22, 2021
@kamiazya kamiazya deleted the upgrade-dev-dependencies branch July 22, 2021 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant