7 lines
157 B
JavaScript
7 lines
157 B
JavaScript
|
/**
|
||
|
* @type {import("@types/eslint").Linter.BaseConfig}
|
||
|
*/
|
||
|
module.exports = {
|
||
|
extends: ['plugin:hydrogen/recommended', 'plugin:hydrogen/typescript'],
|
||
|
};
|