mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-18 02:40:47 +02:00
Limit ESLint configuration to this project
This commit is contained in:
parent
aa9705846e
commit
bdc0178e44
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ const dirs = fs
|
|||
.join('|');
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
|
||||
parser: '@babel/eslint-parser',
|
||||
|
||||
env: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue