Skip to content

Commit 2745a56

Browse files
authored
Fixing linting issue
1 parent 8ca88a8 commit 2745a56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.eslintrc.cjs

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ module.exports = {
1717
'import/extensions': ['error', {
1818
js: 'always',
1919
}],
20-
'no-console': 'on',
2120
},
22-
};
21+
};

0 commit comments

Comments
 (0)