mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-24 07:17:55 +01:00
8 lines
144 B
JavaScript
8 lines
144 B
JavaScript
|
// eslint-disable-next-line import/no-commonjs,unicorn/prefer-module
|
||
|
module.exports = {
|
||
|
root: true,
|
||
|
extends: [
|
||
|
'@openstamanager'
|
||
|
]
|
||
|
};
|