Skip to content

Commit 98d02e4

Browse files
committed
updates lockfile format and eslint
1 parent d8a73b7 commit 98d02e4

File tree

3 files changed

+4486
-852
lines changed

3 files changed

+4486
-852
lines changed

.eslintrc.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@ module.exports = {
1515
'@springernature/eslint-config',
1616
'@springernature/eslint-config/node',
1717
'@springernature/eslint-config/jest'
18-
]
18+
],
19+
rules: {
20+
'unicorn/no-array-for-each': 'off',
21+
'unicorn/no-lonely-if': 'off'
22+
}
1923
};

0 commit comments

Comments
 (0)