diff --git a/index.js b/index.js index 8fca0095..c6fc14c7 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,5 @@ +/* eslint require-atomic-updates: off */ + const {defaultTo, castArray} = require('lodash'); const verifyChangelog = require('./lib/verify'); const prepareChangelog = require('./lib/prepare'); diff --git a/package.json b/package.json index aab2e1ba..b15660f8 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "semantic-release": "^15.0.0", "sinon": "^7.1.1", "tempy": "^0.3.0", - "xo": "^0.24.0" + "xo": "^0.25.0" }, "engines": { "node": ">=8.3"