Skip to content

Commit

Permalink
Housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Aug 26, 2024
1 parent 8a0690f commit 8542128
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 95 deletions.
7 changes: 0 additions & 7 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,4 @@ module.exports = require('eslint-config-sukka').sukka({
},
node: true,
ts: true
}, {
rules: {
'sukka/unicorn/prefer-math-trunc': 'off',
'sukka/unicorn/prefer-number-properties': ['warn', { checkInfinity: false }],
'n/no-missing-require': 'off',
'regexp/strict': 'off'
}
});
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"yaml": "^2.5.0"
},
"devDependencies": {
"@eslint-sukka/node": "^6.2.0",
"@eslint-sukka/node": "^6.2.1",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.7.18",
"@types/async-retry": "^1.4.8",
Expand All @@ -52,8 +52,8 @@
"@types/tar-stream": "^3.1.3",
"chai": "4",
"eslint": "^9.9.1",
"eslint-config-sukka": "^6.2.0",
"eslint-formatter-sukka": "^6.2.0",
"eslint-config-sukka": "^6.2.1",
"eslint-formatter-sukka": "^6.2.1",
"mitata": "^0.1.11",
"mocha": "^10.7.3",
"typescript": "^5.5.4"
Expand Down
Loading

0 comments on commit 8542128

Please sign in to comment.