Skip to content

Commit

Permalink
target ci failure
Browse files Browse the repository at this point in the history
  • Loading branch information
iomekam committed Jan 14, 2025
1 parent 615e12d commit 43dd356
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/eslint-config/eslint-config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ module.exports = {
'prettier',
],
plugins: ['import', 'github'],
parserOptions: {
ecmaVersion: 2022,
sourceType: 'module',
tsconfigRootDir: process.cwd(),
project: ['./tsconfig.json'],
createDefaultProgram: true,
},
rules: {
'arrow-body-style': 'off',
'arrow-parens': 'off',
Expand Down
4 changes: 3 additions & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"peerDependencies": {
"@endo/eslint-plugin": "^2.2.3",
"@jessie.js/eslint-plugin": "^0.4.1",
"typescript-eslint": "^8.17.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"typescript": "^5.0.0",
"eslint": "^9.0.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-github": "^5.1.4",
Expand Down

0 comments on commit 43dd356

Please sign in to comment.