Skip to content

Commit 4ed9642

Browse files
committed
0.16.0
1 parent 6553ed6 commit 4ed9642

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@f5devcentral/f5-fast-core",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"author": "F5 Networks",
55
"license": "Apache-2.0",
66
"repository": "github:f5devcentral/f5-fast-core",
@@ -36,7 +36,13 @@
3636
"extends": "@f5devcentral/eslint-config-f5-atg",
3737
"rules": {
3838
"no-control-regex": "off",
39-
"arrow-parens": ["error", "as-needed", { "requireForBlockBody": true }],
39+
"arrow-parens": [
40+
"error",
41+
"as-needed",
42+
{
43+
"requireForBlockBody": true
44+
}
45+
],
4046
"max-classes-per-file": "off"
4147
},
4248
"parserOptions": {

0 commit comments

Comments
 (0)