aboutsummaryrefslogtreecommitdiffstats
path: root/packages/service-shared/.eslintrc.cjs
blob: 71d6ec48eff4d8c8860081c8ec5d55db1fa50867 (plain) (blame)
1
2
3
4
5
6
7
module.exports = {
  env: {
    // We must run in both node and browser, so we can't depend on either of them.
    node: false,
    browser: false,
  },
};