aboutsummaryrefslogtreecommitdiff
path: root/part4/blog/.eslintrc.js
blob: 40b9a81f5238b4e13e5289af58a31a598bd16b0a (plain)
1
2
3
4
5
6
7
8
module.exports = {
  'env': {
    'commonjs': true,
    'es2021': true,
    'node': true,
    'jest': true
  }
}