Skip to content

Commit

Permalink
Merge pull request #71 from dabapps/disable-ts-camelcase
Browse files Browse the repository at this point in the history
Disable @typescript-eslint/camelcase
  • Loading branch information
JakeSidSmith authored Aug 21, 2020
2 parents 7a156ea + 75f4403 commit 7213bf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-dabapps",
"version": "6.1.2",
"version": "6.1.3",
"description": "DabApps ESLint Configuration",
"main": ".eslintrc.json",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions typescript/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@typescript-eslint/member-delimiter-style": 0,
"@typescript-eslint/type-annotation-spacing": 0,
"@typescript-eslint/no-unused-vars": 2,
"@typescript-eslint/camelcase": 0,
"dabapps/no-relative-parent-import": 2
},
"overrides": [
Expand Down

0 comments on commit 7213bf4

Please sign in to comment.