app/react/config.js
Definition for rule 'node/no-restricted-import' was not found. Open
Open
const APIURL = process.env.API_URL || '/api/';
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prefer named exports. Open
Open
export default { APIURL };
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/