mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
9 lines
133 B
JavaScript
9 lines
133 B
JavaScript
module.exports = {
|
|
env: {
|
|
browser: false,
|
|
node: true,
|
|
},
|
|
rules: {
|
|
'no-console': 'off',
|
|
},
|
|
};
|