We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acce97d commit 48b123fCopy full SHA for 48b123f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@scoop/eslint-config-scoop",
3
- "version": "11.0.0",
+ "version": "12.0.0",
4
"description": "Scoop's custom eslint configuration",
5
"engines": {
6
"node": ">=12"
@@ -10,7 +10,9 @@
10
"url": "https://github.com/TakeScoop/eslint-config-scoop.git"
11
},
12
"main": "index.js",
13
- "files": ["index.js"],
+ "files": [
14
+ "index.js"
15
+ ],
16
"scripts": {
17
"lint": "eslint -c index.js index.js test/*.js test/tests",
18
"test": "NODE_ENV=test mocha --recursive --require test/injectGlobals.js --exit test/tests"
0 commit comments