Skip to content

Instantly share code, notes, and snippets.

@onlyoneaman
Last active August 23, 2021 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onlyoneaman/fe6760b71734ee59a8e8be7d6b6f272f to your computer and use it in GitHub Desktop.
Save onlyoneaman/fe6760b71734ee59a8e8be7d6b6f272f to your computer and use it in GitHub Desktop.
{
"eslintConfig": {
"extends": ["react-app", "airbnb"],
"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