Skip to content

Commit

Permalink
Merge pull request #786 from g-ongenae/chore/replace-tslint-by-eslint
Browse files Browse the repository at this point in the history
[DEPS] Replace tslint by eslint
  • Loading branch information
g-ongenae authored Oct 26, 2023
2 parents 778c670 + 07e9e70 commit 94975d4
Show file tree
Hide file tree
Showing 13 changed files with 10,645 additions and 7,025 deletions.
11 changes: 11 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": "@algoan/eslint-config",
"rules": {
"class-methods-use-this": ["error", { "enforceForClassFields": false }],
"no-magic-numbers": ["error", { "ignore": [0, 1, -1] }],
"camelcase": "off",
"@typescript-eslint/naming-convention": "off",
"@typescript-eslint/tslint/config": "off",
"prefer-arrow/prefer-arrow-functions": "off"
}
}
Loading

0 comments on commit 94975d4

Please sign in to comment.