Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit 63add76

Browse files
committed
Update eslint config
1 parent 4985d28 commit 63add76

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wavevision/coding-standard",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "The Wavevision SCSS and TypeScript coding standard.",
55
"repository": {
66
"type": "git",

ts/eslint/base.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module.exports = {
3232
],
3333
'@typescript-eslint/explicit-member-accessibility': 'error',
3434
'@typescript-eslint/no-unused-vars': 'error',
35+
'arrow-parens': ['error', 'as-needed'],
3536
camelcase: 'off',
3637
'comma-dangle': 'off',
3738
'consistent-return': 'off',

0 commit comments

Comments
 (0)