7 lines
72 B
JavaScript
7 lines
72 B
JavaScript
|
module.exports = {
|
||
|
env: {
|
||
|
node: true,
|
||
|
browser: false,
|
||
|
},
|
||
|
};
|