Skip to content

Instantly share code, notes, and snippets.

小米路由器R1D刷机
@ChinaShrimp
ChinaShrimp / gist:4e0d284024b1dd82f7e63267a307ad5e
Last active February 10, 2020 14:11
React - .eslintrc.json - from FrontendMaster course
{
"extends": [
"eslint:recommended",
"plugin:import/errors",
"plugin:react/recommended",
"plugin:jsx-a11y/recommended",
"prettier",
"prettier/react"
],
"rules": {
@ChinaShrimp
ChinaShrimp / ._reactFormatting
Last active March 9, 2020 05:25 — forked from iannbing/._reactFormatting
A gist for initial eslint and prettier setup for React projects
We couldn’t find that file to show.
git config --global https.proxy http://127.0.0.1:1080
git config --global https.proxy https://127.0.0.1:1080
git config --global --unset http.proxy
git config --global --unset https.proxy
npm config delete proxy