mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-13 12:47:28 +01:00
9 lines
172 B
JavaScript
9 lines
172 B
JavaScript
/* eslint-disable import/no-commonjs */
|
|
module.exports = {
|
|
root: false,
|
|
rules: {
|
|
'no-console': 0,
|
|
'no-use-before-define': ['error', { functions: false }]
|
|
}
|
|
}
|