support: Configure biome for pdf-converter-client package
@@ -22,7 +22,7 @@
"./packages/core/src/utils/**",
"./packages/core/src/models/**",
"./packages/editor/**",
- "./packages/pdf-converter-client/**"
+ "./packages/pdf-converter-client/src/index.ts"
]
},
"formatter": {
@@ -0,0 +1 @@
+*
@@ -1,11 +0,0 @@
-/**
- * @type {import('eslint').Linter.Config}
- */
-module.exports = {
- extends: '../../.eslintrc.js',
- ignorePatterns: [
- 'src/index.ts',
- 'dist/index.d.ts',
- 'dist/index.js',
- ],
-};
@@ -6,7 +6,7 @@
"license": "MIT",
"private": true,
"scripts": {
- "lint": "pnpm eslint **/*.{js,ts}",
+ "lint": "biome check",
"gen:client-code": "orval",
"dev": "pnpm gen:client-code && tsc -p tsconfig.json",
"build": "pnpm gen:client-code && tsc -p tsconfig.json"