1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-24 07:17:55 +01:00
openstamanager/.eslintrc.js

8 lines
144 B
JavaScript
Raw Normal View History

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