Skip to content

Instantly share code, notes, and snippets.

@sabesansathananthan
Created October 8, 2021 07:18
Show Gist options
  • Save sabesansathananthan/0654b0af586dec7f40d6f328964b9b0c to your computer and use it in GitHub Desktop.
Save sabesansathananthan/0654b0af586dec7f40d6f328964b9b0c to your computer and use it in GitHub Desktop.
Using Absolute Imports in ReactJs
"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