Skip to content

Commit 33692d8

Browse files
Bump eslint-config-standard from 13.0.1 to 14.1.0 (linuswillner#327)
* Bump eslint-config-standard from 13.0.1 to 14.1.0 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 13.0.1 to 14.1.0. - [Release notes](https://github.com/standard/eslint-config-standard/releases) - [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md) - [Commits](standard/eslint-config-standard@v13.0.1...v14.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * Fix lint and refresh package-lock Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Linus Willner <[email protected]>
1 parent 8d694e2 commit 33692d8

File tree

3 files changed

+1265
-2555
lines changed

3 files changed

+1265
-2555
lines changed

jest-puppeteer.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
server: {
3-
command: `cross-env NODE_ENV=development webpack-dev-server`,
3+
command: 'cross-env NODE_ENV=development webpack-dev-server',
44
port: 8000,
55
launchTimeout: 30000,
66
debug: true,

0 commit comments

Comments
 (0)