diff --git a/package.json b/package.json index 4e63beb..a817490 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scoop/eslint-config-scoop", - "version": "11.0.0", + "version": "12.0.0", "description": "Scoop's custom eslint configuration", "engines": { "node": ">=12" @@ -10,7 +10,9 @@ "url": "https://github.com/TakeScoop/eslint-config-scoop.git" }, "main": "index.js", - "files": ["index.js"], + "files": [ + "index.js" + ], "scripts": { "lint": "eslint -c index.js index.js test/*.js test/tests", "test": "NODE_ENV=test mocha --recursive --require test/injectGlobals.js --exit test/tests"