1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-23 14:57:46 +01:00
openstamanager/.eslintrc.js
2021-09-29 15:07:29 +02:00

8 lines
144 B
JavaScript
Vendored

// eslint-disable-next-line import/no-commonjs,unicorn/prefer-module
module.exports = {
root: true,
extends: [
'@openstamanager'
]
};