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

8 lines
218 B
JavaScript
Raw Normal View History

module.exports = {
extends: ['./node_modules/@hcengineering/platform-rig/profiles/ui/eslint.config.json'],
parserOptions: { tsconfigRootDir: __dirname },
settings: {
'svelte3/ignore-styles': () => true
}
}