diff --git a/js/client/.eslintrc.js b/js/client/.eslintrc.js new file mode 100644 index 0000000..e43b2b8 --- /dev/null +++ b/js/client/.eslintrc.js @@ -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' + } +}; \ No newline at end of file diff --git a/js/report/.eslintrc.js b/js/report/.eslintrc.js new file mode 100644 index 0000000..e43b2b8 --- /dev/null +++ b/js/report/.eslintrc.js @@ -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' + } +}; \ No newline at end of file