Skip to content

Commit

Permalink
chore: add lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnamananand996 committed May 7, 2024
1 parent ea2f691 commit 31a086a
Show file tree
Hide file tree
Showing 3 changed files with 950 additions and 517 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
root: true,
extends: ["@instill-ai/eslint-config-cortex"],
};
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"license": "Apache-2.0",
"private": false,
"devDependencies": {
"@instill-ai/eslint-config-cortex": "0.5.0",
"@instill-ai/eslint-config-cortex": "^0.9.0",
"@instill-ai/prettier-config-cortex": "^1.1.1",
"@testing-library/jest-dom": "^6.4.5",
"@vitejs/plugin-react": "^4.2.1",
"esbuild": "^0.14.34",
Expand All @@ -35,8 +36,8 @@
"ts-proto": "^1.157.1",
"tsup": "^6.7.0",
"tsx": "^3.12.3",
"typescript": "^5.1.0",
"vitest": "^1.6.0"
"typescript": "^5.4.2",
"vitest": "^1.2.1"
},
"publishConfig": {
"access": "public"
Expand All @@ -46,5 +47,9 @@
"axios": "^1.6.8",
"json-schema": "^0.4.0",
"openapi-types": "^12.1.3"
},
"peerDependencies": {
"@instill-ai/eslint-config-cortex": "^0.9.0",
"@instill-ai/prettier-config-cortex": "^1.1.1"
}
}
Loading

0 comments on commit 31a086a

Please sign in to comment.