mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-09 10:41:22 +00:00
19 lines
371 B
JSON
19 lines
371 B
JSON
{
|
|
"root": true,
|
|
"ignorePatterns": ["dist"],
|
|
"extends": ["eslint:recommended"],
|
|
"overrides": [
|
|
{
|
|
"files": ["**/*.mts", "**/*.ts"],
|
|
"extends": ["plugin:@typescript-eslint/recommended"]
|
|
},
|
|
{
|
|
"files": ["package.json"],
|
|
"plugins": ["json-files"],
|
|
"rules": {
|
|
"json-files/sort-package-json": "error"
|
|
}
|
|
}
|
|
]
|
|
}
|