aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.js
blob: 2090205f2e88502f528177308a991b3dc5bc455a (plain)
1
2
3
4
5
6
7
module.exports = {
  "extends": "airbnb",
  "env": {
    "browser": true,
    "node": true,
  },
};