Skip to content

Commit 8c131c1

Browse files
committed
chore: Fix config files linting
1 parent 0a135cb commit 8c131c1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.eslintrc.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
// This file was created by spire-plugin-eslint for editor support
24
const config = require('@researchgate/spire-config/eslint/react-typescript');
35

babel.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
module.exports = {
24
presets: ['@researchgate/babel-preset', '@babel/preset-typescript'],
35
};

0 commit comments

Comments
 (0)