mirror of
https://github.com/earthly/actions-setup.git
synced 2024-12-27 14:51:02 +08:00
7 lines
186 B
JavaScript
7 lines
186 B
JavaScript
|
module.exports = {
|
||
|
root: true,
|
||
|
parser: "@typescript-eslint/parser",
|
||
|
plugins: ["@typescript-eslint"],
|
||
|
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
|
||
|
};
|