rcorp / standard-project-structure

A mission to improve developer productivity. Automate Everything ™ !
Apache License 2.0
5 stars 3 forks source link

Warning of "no-relative-imports" #71

Open akshayarise opened 7 years ago

akshayarise commented 7 years ago
import callThenFunctionForBecomes = require('../utils/callThenFunctionForBecomes');

when I am running this above code it is showing the warning as shown below :-

no-relative-imports - External module is being loaded from a relative path. Please use an absolute path: require('../utils/callThenFunctionForBecomes')