Skip to content

Instantly share code, notes, and snippets.

@promer94
Created March 19, 2018 07:13
Show Gist options
  • Save promer94/dc607c0c040937739360c8befb9cda2f to your computer and use it in GitHub Desktop.
Save promer94/dc607c0c040937739360c8befb9cda2f to your computer and use it in GitHub Desktop.
my npm setting
{
"name": "editor_setting",
"version": "1.0.0",
"description": "vscode setting",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-preset-env": "^1.6.1",
"eslint": "^4.19.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-react-app": "^2.1.0",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"prettier": "^1.11.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment