UNPKG

138 BJavaScriptView Raw
1'use strict'
2
3module.exports = {
4 parserOptions: {
5 ecmaFeatures: {
6 globalReturn: true
7 }
8 },
9 env: {
10 node: true
11 }
12}