Skip to content

Commit

Permalink
0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mstokes-f5 committed Oct 28, 2021
1 parent 6553ed6 commit 4ed9642
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@f5devcentral/f5-fast-core",
"version": "0.15.0",
"version": "0.16.0",
"author": "F5 Networks",
"license": "Apache-2.0",
"repository": "github:f5devcentral/f5-fast-core",
Expand Down Expand Up @@ -36,7 +36,13 @@
"extends": "@f5devcentral/eslint-config-f5-atg",
"rules": {
"no-control-regex": "off",
"arrow-parens": ["error", "as-needed", { "requireForBlockBody": true }],
"arrow-parens": [
"error",
"as-needed",
{
"requireForBlockBody": true
}
],
"max-classes-per-file": "off"
},
"parserOptions": {
Expand Down

0 comments on commit 4ed9642

Please sign in to comment.