Skip to content

Commit

Permalink
eslint upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Jun 20, 2024
1 parent 217a6dd commit 48dc8be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
const eslintrc = require('@chubbyts/chubbyts-eslint/dist/eslintrc').default;

module.exports = {
...eslintrc,
rules: {
...eslintrc.rules,
'functional/prefer-tacit': 'off'
}
};
module.exports = require('@chubbyts/chubbyts-eslint/dist/eslintrc').default;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"yaml": "^2.4.5"
},
"devDependencies": {
"@chubbyts/chubbyts-eslint": "^2.0.4",
"@chubbyts/chubbyts-eslint": "^2.0.5",
"@chubbyts/chubbyts-function-mock": "^1.4.3",
"@chubbyts/chubbyts-packaging": "^2.0.7",
"@stryker-mutator/core": "^8.2.6",
Expand Down

0 comments on commit 48dc8be

Please sign in to comment.