mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-23 12:01:20 +00:00
12 lines
207 B
JSON
12 lines
207 B
JSON
{
|
|
"root": true,
|
|
"ignorePatterns": ["dist"],
|
|
"extends": ["eslint:recommended"],
|
|
"overrides": [
|
|
{
|
|
"files": ["**/*.ts"],
|
|
"extends": ["plugin:@typescript-eslint/recommended"]
|
|
}
|
|
]
|
|
}
|