Created
October 8, 2021 07:18
-
-
Save sabesansathananthan/0654b0af586dec7f40d6f328964b9b0c to your computer and use it in GitHub Desktop.
Using Absolute Imports in ReactJs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"eslintConfig": { | |
"extends": ["airbnb", "prettier", "plugin:jsx-a11y/recommended"], | |
"settings": { | |
"import/resolver": { | |
"node": { | |
"paths": ["src"], | |
"extensions": [".js", ".jsx", ".ts", ".tsx"] | |
} | |
} | |
} | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment