Skip to content

Commit 7bffc5a

Browse files
committed
Conver the eslint config to cmj
1 parent b8412d9 commit 7bffc5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import callstackConfigReact from '@callstack/eslint-config/react.flat.js';
1+
const callstackConfigReact = require('@callstack/eslint-config/react.flat.js');
22

3-
export default [
3+
module.exports = [
44
{
55
ignores: ['node_modules/', 'lib/'],
66
},

0 commit comments

Comments
 (0)