Skip to content

Commit

Permalink
Add @stylistic/eslint-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Jan 12, 2025
1 parent 41eb56c commit 9c7845c
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module.exports = {
root: true,
parser: '@typescript-eslint/parser',
plugins: [
'@stylistic',
'@typescript-eslint',
'import',
'vitest'
Expand Down
218 changes: 218 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.15.3",
"@rollup/plugin-typescript": "12.1.2",
"@stylistic/eslint-plugin": "2.12.1",
"@tsconfig/recommended": "1.0.8",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
Expand Down

0 comments on commit 9c7845c

Please sign in to comment.