Skip to content

Commit

Permalink
Update dependency eslint-plugin-unicorn to v52 (#1412)
Browse files Browse the repository at this point in the history
* Update dependency eslint-plugin-unicorn to v52

* Fix ESLint error

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Stephen Wade <[email protected]>
  • Loading branch information
renovate[bot] and stephenwade authored Apr 3, 2024
1 parent 1b55a77 commit 5946cd9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "12.0.0",
"eslint-plugin-unicorn": "51.0.1",
"eslint-plugin-unicorn": "52.0.0",
"eslint-plugin-unused-imports": "3.1.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
Expand Down
4 changes: 2 additions & 2 deletions playwright-ct.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { resolve } from 'node:path';
import path from 'node:path';

import { defineConfig, devices } from '@playwright/experimental-ct-react';

Expand All @@ -21,7 +21,7 @@ export default defineConfig({
resolve: {
// Match "paths" in tsconfig.json
alias: {
'~': resolve(import.meta.dirname, 'app'),
'~': path.resolve(import.meta.dirname, 'app'),
},
},
},
Expand Down

0 comments on commit 5946cd9

Please sign in to comment.