Skip to content

Commit

Permalink
Update eslint configuration to include the new plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
danvratil committed Aug 23, 2024
1 parent 8e6a0aa commit 00d0b48
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
"@typescript-eslint",
"@stylistic/eslint-plugin"
],
"rules": {
"@typescript-eslint/naming-convention": [
Expand All @@ -16,7 +17,7 @@
"format": [ "camelCase", "PascalCase" ]
}
],
"@typescript-eslint/semi": "warn",
"@stylistic/semi": "warn",
"curly": "warn",
"eqeqeq": "warn",
"no-throw-literal": "warn",
Expand All @@ -27,4 +28,4 @@
"dist",
"**/*.d.ts"
]
}
}

0 comments on commit 00d0b48

Please sign in to comment.