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

Commit 3673a49

Browse files
committed
Add TS explicit member visibility rule
1 parent ad1c753 commit 3673a49

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.7",
3+
"version": "1.0.8",
44
"description": "The Wavevision SCSS and TypeScript coding standard.",
55
"repository": {
66
"type": "git",

ts/eslint.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ module.exports = {
3737
'error',
3838
{ allowExpressions: true, allowTypedFunctionExpressions: true },
3939
],
40+
'@typescript-eslint/explicit-member-accessibility': 'error',
4041
'@typescript-eslint/no-unused-vars': 'error',
4142
camelcase: 'off',
4243
'comma-dangle': 'off',

0 commit comments

Comments
 (0)