Skip to content

Commit

Permalink
Bump to 8.3.0
Browse files Browse the repository at this point in the history
Issue: GDL-8
  • Loading branch information
williamlardier committed Sep 4, 2024
1 parent e49e7e7 commit 03e4101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "eslint-config-scality",
"version": "8.2.1",
"version": "8.3.0",
"description": "ESLint config for Scality's Node.js coding guidelines",
"bin": {
"mdlint": "./bin/mdlint.js"
},
"main": "index.js",
"scripts": {
"test": "yarn run --silent lint && yarn run --silent lint_md",
"lint": "node_modules/.bin/eslint -c index.js $(git ls-files '*.js')",
"lint": "eslint -c index.js $(git ls-files 'bin/*.js')",
"lint_md": "node bin/mdlint.js $(git ls-files '*.md')"
},
"repository": {
Expand Down

0 comments on commit 03e4101

Please sign in to comment.