Skip to content

Commit

Permalink
enable no-explicit-any and ban-ts-comment lint rules, phetsims/chippe…
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Feb 18, 2023
1 parent 0100bc8 commit b5ee118
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
}
},
"eslintConfig": {
"extends": "../chipper/eslint/sim_eslintrc.js"
"extends": "../chipper/eslint/sim_eslintrc.js",
"rules": {
"@typescript-eslint/no-explicit-any": "error",
"@typescript-eslint/ban-ts-comment": "error"
}
}
}

0 comments on commit b5ee118

Please sign in to comment.