Skip to content

Commit

Permalink
eslint-config-seekingalpha-typescript ver. 5.16.1 (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkoval committed Aug 4, 2024
1 parent 4dd2256 commit bb175a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-seekingalpha-typescript",
"version": "5.16.0",
"version": "5.16.1",
"description": "SeekingAlpha's sharable typescript ESLint config",
"main": "index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ module.exports = {

'@typescript-eslint/ban-tslint-comment': 'error',

'@typescript-eslint/ban-types': 'error',

'@typescript-eslint/class-methods-use-this': 'error',

'@typescript-eslint/class-literal-property-style': ['error', 'fields'],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seekingalpha-javascript-style",
"version": "5.38.39",
"version": "5.38.40",
"description": "Set of linting rules, guides and best practices for best Javascript code",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit bb175a1

Please sign in to comment.