platform/plugins/notification-resources/.eslintrc.js

5 lines
159 B
JavaScript
Raw Normal View History

module.exports = {
extends: ['./node_modules/@hcengineering/platform-rig/profiles/ui/eslint.config.json'],
parserOptions: { tsconfigRootDir: __dirname }
}