Specify node 22, npm update, and remove some whitespace.

This commit is contained in:
Kevin Radloff
2025-02-16 08:43:10 -05:00
committed by Daniël van Noord
parent 933a017335
commit 16ec2ff06a
3 changed files with 60 additions and 90 deletions

View File

@@ -42,16 +42,13 @@ export default [
'import/extensions': ['error', 'ignorePackages'],
'import/no-mutable-exports': 'off',
'no-import-assign': 'off',
'no-plusplus': [
'error',
{
allowForLoopAfterthoughts: true,
},
],
'func-names': 'off',
'prefer-destructuring': [
'error',
{