You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Fake package to make project-wide eslint config work. If we don't place the eslint-config-google dependency here, eslint will fail to find it. Not published.",
"private": true,
"devDependencies": {
"eslint-config-google": "^0.14.0",
"eslint-plugin-jsdoc": "^38.0.6"
},
"scripts": {
"test": "for i in base backends/*; do npm --prefix $i test; done"