We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c6907 commit c0dd174Copy full SHA for c0dd174
2 files changed
packages/social/eslint.config.mjs
@@ -1,4 +1,4 @@
1
-import config from "@akimeo/eslint-config/base";
+import { config } from "@akimeo/eslint-config/base";
2
3
/** @type {import("eslint").Linter.Config} */
4
export default [
packages/social/package.json
@@ -7,6 +7,7 @@
7
"dev": "concurrently \"tsc -w\" \"tsc-alias -w\"",
8
"build": "tsc && tsc-alias",
9
"lint": "eslint .",
10
+ "ci:lint": "pnpm run lint --format compact",
11
"typecheck": "tsc --noEmit",
12
"format": "prettier . --write"
13
},
0 commit comments