Skip to content

Commit

Permalink
Disable phet-io validation, see phetsims/energy-skate-park#318
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jan 26, 2021
1 parent 0273fdb commit 47c4f8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion energy-skate-park-basics_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@
"phet-io",
"adapted-from-phet"
],
"simulation": true
"simulation": true,
"phet-io": {
"validation": false
}
},
"eslintConfig": {
"extends": "../chipper/eslint/sim_eslintrc.js"
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
"phet-io",
"adapted-from-phet"
],
"simulation": true
"simulation": true,
"phet-io": {
"validation": false
}
},
"eslintConfig": {
"extends": "../chipper/eslint/sim_eslintrc.js"
Expand Down

0 comments on commit 47c4f8f

Please sign in to comment.