Skip to content

Instantly share code, notes, and snippets.

View sathish-spidie's full-sized avatar

sathish sathish-spidie

View GitHub Profile
@sathish-spidie
sathish-spidie / .eslintrc
Created July 6, 2019 15:39
Add Prettier & ESLint to VS Code with a Create React App
{
"extends": ["react-app", "plugin:prettier/recommended"]
}
@sathish-spidie
sathish-spidie / .eslintrc
Last active July 6, 2019 14:58 — forked from elijahmanor/.eslintrc
Add Prettier & ESLint to VS Code with a Create React App
{
"extends": ["react-app", "plugin:prettier/recommended"]
}