Skip to content

Commit

Permalink
3.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tough-griff committed Feb 17, 2022
1 parent 64c0956 commit aa450ee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contrast/eslint-config",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Base eslint configuration for Contrast Node projects.",
"repository": "Contrast-Security-OSS/eslint-config",
"license": "ISC",
Expand Down Expand Up @@ -40,8 +40,17 @@
"lib/rules/base.js"
],
"rules": {
"quote-props": ["error", "consistent"],
"sort-keys": ["error", "asc", { "caseSensitive": false }]
"quote-props": [
"error",
"consistent"
],
"sort-keys": [
"error",
"asc",
{
"caseSensitive": false
}
]
}
}
]
Expand Down

0 comments on commit aa450ee

Please sign in to comment.