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
"link:eslint": "cd node_modules/eslint && npm link && cd -",
14
+
"link:eslint": "cd node_modules/eslint && npm link --production && cd -",
15
15
"pretravis": "npm run link:eslint && cd ../eslint-config-airbnb-base && npm link eslint && npm install && npm link && cd - && npm link --no-save eslint-config-airbnb-base",
0 commit comments