mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
177d6adf38
Co-authored-by: Opender Singh <opender94@gmail.com> Co-authored-by: Opender Singh <opender.singh@konghq.com>
5 lines
103 B
JavaScript
5 lines
103 B
JavaScript
/** @type { import('eslint').Linter.Config } */
|
|
module.exports = {
|
|
extends: '../../.eslintrc.js',
|
|
};
|