Skip to content

Commit

Permalink
12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ariwbolton committed Dec 7, 2021
1 parent acce97d commit 48b123f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 48b123f

Please sign in to comment.