Skip to content

Commit 4143c20

Browse files
committed
Workaround for eslint-plugin-import #718
We need to disable the `import/named` eslint rule when importing, to work around #718 in eslint-plugin-import. import-js/eslint-plugin-import#718
1 parent f48fbc6 commit 4143c20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// @flow
22
import 'dotenv/config';
33

4+
// eslint-disable-next-line import/named
45
import { NODE_ENV } from '../constants';
56
import app from './app';
67

0 commit comments

Comments
 (0)