Skip to content

Commit

Permalink
refactor(api): bump 1024pix eslint-config to include no-sinon-stub-wi…
Browse files Browse the repository at this point in the history
…th-args-oneliner by default
  • Loading branch information
yannbertrand authored Oct 17, 2023
1 parent 361cd4f commit 421b44b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
3 changes: 1 addition & 2 deletions api/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
globals: {
include: true,
},
plugins: ['knex', 'unicorn', '@1024pix'],
plugins: ['knex', 'unicorn'],
rules: {
'no-console': 'error',
'mocha/no-hooks-for-single-case': 'off',
Expand Down Expand Up @@ -67,6 +67,5 @@ module.exports = {
],
},
],
'@1024pix/no-sinon-stub-with-args-oneliner': 'error',
},
};
9 changes: 5 additions & 4 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"yargs": "^17.5.1"
},
"devDependencies": {
"@1024pix/eslint-config": "^1.0.3",
"@1024pix/eslint-config": "^1.1.0",
"@1024pix/eslint-plugin": "^1.0.0",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-syntax-import-assertions": "^7.20.0",
Expand Down

0 comments on commit 421b44b

Please sign in to comment.