platform/plugins/emoji/.eslintrc.js
Anton Alexeyev 1d8ba2ecb9 Add Emoji plugin
Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com>
2025-05-06 16:56:01 +07:00

8 lines
202 B
JavaScript

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