Skip to content

Commit

Permalink
use eslint 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lieser committed Jun 9, 2020
1 parent 0d8c163 commit ba8f5b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,13 @@
},
"rules": {
// Possible Errors
"no-dupe-else-if": "warn",
"no-extra-parens": [
"warn",
"all",
{
"nestedBinaryExpressions": false
}
],
"no-import-assign": "warn",
"no-setter-return": "warn",
"require-atomic-updates": "warn",
"valid-jsdoc": [
"warn",
Expand Down
1 change: 1 addition & 0 deletions test/helpers/testUtils.mjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ async function rootDir() {

const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
// eslint-disable-next-line require-atomic-updates
rootDirPath = path.resolve(path.join(__dirname, "../../"));
return rootDirPath;
}
Expand Down

0 comments on commit ba8f5b2

Please sign in to comment.