Skip to content

Commit

Permalink
Improve TypeScript ESLint rules (pixijs#8341)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed May 25, 2022
1 parent 45052e2 commit c95b7d5
Show file tree
Hide file tree
Showing 111 changed files with 941 additions and 525 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"extends": [
"@pixi/eslint-config"
],
"parserOptions": {
"project": ["./tsconfig.eslint.json"]
},
"rules": {
"@typescript-eslint/no-parameter-properties": 1,
"@typescript-eslint/type-annotation-spacing": 1
Expand Down

0 comments on commit c95b7d5

Please sign in to comment.