aboutsummaryrefslogtreecommitdiff
path: root/javascript/server/.eslintrc.js
blob: 1147d299f8bc72f72e32c488974938c78bc77e9f (plain) (blame)
1
2
3
4
5
module.exports = {
  env: {
    node: true
  }
};