mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
7 lines
118 B
JavaScript
7 lines
118 B
JavaScript
module.exports = {
|
|
root: true,
|
|
parser: '@typescript-eslint/parser',
|
|
extends: [
|
|
'@unraid'
|
|
],
|
|
}; |