Skip to content

Commit

Permalink
Add explicit member accesibility
Browse files Browse the repository at this point in the history
  • Loading branch information
JezerM committed Mar 9, 2022
1 parent 7937a54 commit 81bfa93
Show file tree
Hide file tree
Showing 9 changed files with 194 additions and 197 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
"prettier/prettier": "error",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/explicit-function-return-type": "error",
"@typescript-eslint/explicit-member-accessibility": "error",
},
ignorePatterns: ["*.gyp", "*.cc"],
};
Loading

0 comments on commit 81bfa93

Please sign in to comment.