Skip to content

Commit c0dd174

Browse files
committed
Fix social eslint config
1 parent 11c6907 commit c0dd174

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

packages/social/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import config from "@akimeo/eslint-config/base";
1+
import { config } from "@akimeo/eslint-config/base";
22

33
/** @type {import("eslint").Linter.Config} */
44
export default [

packages/social/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"dev": "concurrently \"tsc -w\" \"tsc-alias -w\"",
88
"build": "tsc && tsc-alias",
99
"lint": "eslint .",
10+
"ci:lint": "pnpm run lint --format compact",
1011
"typecheck": "tsc --noEmit",
1112
"format": "prettier . --write"
1213
},

0 commit comments

Comments
 (0)