mirror of
https://github.com/earthly/actions-setup.git
synced 2024-12-26 22:41:01 +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"],
|
|
};
|