Skip to content
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

Update dependencies eslint, eslint-plugin-jsdoc #261

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion .eslintrc
Expand Up @@ -43,6 +43,7 @@
"jsdoc/require-param": 2,
"jsdoc/require-param-name": 2,
"jsdoc/require-param-type": 2,
"jsdoc/require-returns-type": 2
"jsdoc/require-returns-type": 2,
"require-atomic-updates": 1
}
}
2 changes: 1 addition & 1 deletion build-system/exec.js
Expand Up @@ -16,7 +16,7 @@
'use strict';

/**
* @fileoverview Provides functions for executing tasks in a child process.
* @file Provides functions for executing tasks in a child process.
*/

const childProcess = require('child_process');
Expand Down
2 changes: 1 addition & 1 deletion owners/src/owner.js
Expand Up @@ -17,7 +17,7 @@
const path = require('path');

/**
* @fileoverview Contains classes and functions in relation to "OWNER" files
* @file Contains classes and functions in relation to "OWNER" files
* and theyre evaluation.
*/

Expand Down