We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8412d9 commit 7bffc5aCopy full SHA for 7bffc5a
eslint.config.js
@@ -1,6 +1,6 @@
1
-import callstackConfigReact from '@callstack/eslint-config/react.flat.js';
+const callstackConfigReact = require('@callstack/eslint-config/react.flat.js');
2
3
-export default [
+module.exports = [
4
{
5
ignores: ['node_modules/', 'lib/'],
6
},
0 commit comments