mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
8 lines
172 B
JavaScript
8 lines
172 B
JavaScript
/* eslint-disable import/no-commonjs */
|
|
module.exports = {
|
|
root: false,
|
|
rules: {
|
|
'no-console': 0,
|
|
'no-use-before-define': ['error', { functions: false }]
|
|
}
|
|
}
|