-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎨 Switched to eslint plugin #103
Conversation
shipitfile.js
Outdated
@@ -6,14 +6,14 @@ function init(shipit) { | |||
yarn: true, | |||
workspace: './', | |||
deployTo: '/opt/gscan/', | |||
ignores: ['.git', '.gitkeep', '.gitignore', '.jshintrc', 'node_modules'], | |||
ignores: ['.git', '.gitkeep', '.gitignore', '.jshintrc', 'node_modules'] |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
app/index.js
Outdated
@@ -76,9 +75,9 @@ app.use(function (req, res, next) { | |||
next(new errors.NotFoundError({message: 'Page not found'})); | |||
}); | |||
|
|||
app.use(function (err, req, res, next) { | |||
app.use(function (err, req, res) { |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
arr = arr || []; | ||
inTmp = themePath.substr(0, tmpPath.length) === tmpPath; | ||
|
||
arr = arr || []; |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
shipitfile.js
Outdated
@@ -6,14 +6,14 @@ function init(shipit) { | |||
yarn: true, | |||
workspace: './', | |||
deployTo: '/opt/gscan/', | |||
ignores: ['.git', '.gitkeep', '.gitignore', '.jshintrc', 'node_modules'], | |||
ignores: ['.git', '.gitkeep', '.gitignore', 'node_modules'] |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
@kirrg001 This should be good to go now |
no issue
Use our standardised eslint plugin and fix linting issues.
The commits can me squashed. I only left them separate for readability reasons.