Skip to content

Commit

Permalink
lint browser code as browser code, #66
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jun 9, 2022
1 parent 0f29701 commit 6f608c2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions js/client/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Copyright 2022, University of Colorado Boulder
// @author Michael Kauzmann


module.exports = {
extends: '../../../chipper/eslint/sim_eslintrc.js',

rules: {
'bad-sim-text': 'off'
},
globals: {
aqua: 'readonly'
}
};
14 changes: 14 additions & 0 deletions js/report/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Copyright 2022, University of Colorado Boulder
// @author Michael Kauzmann


module.exports = {
extends: '../../../chipper/eslint/sim_eslintrc.js',

rules: {
'bad-sim-text': 'off'
},
globals: {
aqua: 'readonly'
}
};

0 comments on commit 6f608c2

Please sign in to comment.