File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "description" : " Taller del uso de mongo desde nodeJS" ,
55 "main" : " ./run_app.js" ,
66 "scripts" : {
7- "dev" : " nodemon ./run_app.js "
7+ "dev" : " nodemon ./"
88 },
99 "repository" : {
1010 "type" : " git" ,
3131 "@babel/cli" : " 7.10.3" ,
3232 "@babel/core" : " 7.10.3" ,
3333 "@babel/node" : " 7.10.3" ,
34+ "babel-eslint" : " 10.1.0" ,
3435 "@babel/preset-env" : " 7.10.3" ,
3536 "@babel/register" : " 7.10.3" ,
3637 "babel-plugin-inline-json-import" : " 0.3.2" ,
3738 "babel-plugin-module-resolver" : " 4.0.0" ,
3839 "babel-plugin-transform-define" : " 2.0.0" ,
40+ "eslint" : " 7.2.0" ,
41+ "eslint-config-airbnb" : " 18.1.0" ,
42+ "eslint-config-prettier" : " 6.11.0" ,
43+ "eslint-plugin-import" : " 2.21.2" ,
44+ "eslint-plugin-jsx-a11y" : " 6.2.3" ,
45+ "eslint-plugin-prettier" : " 3.1.4" ,
46+ "prettier" : " 2.0.5" ,
3947 "nodemon" : " 2.0.4"
4048 }
41- }
49+ }
You can’t perform that action at this time.
0 commit comments