mirror of
https://github.com/unraid/api.git
synced 2026-05-07 23:51:40 -05:00
7 lines
118 B
JavaScript
7 lines
118 B
JavaScript
module.exports = {
|
|
root: true,
|
|
parser: '@typescript-eslint/parser',
|
|
extends: [
|
|
'@unraid'
|
|
],
|
|
}; |